Trace number 3174909

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.24 1201.75

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1103412232-098-UNKNOWN.cnf
MD5SUMd6a0b223b2c940add3196cb3c37e2d59
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark98.1881
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 525000
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-3174909-1304050190.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.02	c -- vars added       1250
0.00/0.02	c Parsing time:  0.04 s
0.00/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data  --
0.00/0.16	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.50
0.00/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.60/0.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.60/0.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.60/0.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.60/0.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.60/0.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
0.60/0.22	c Finding binary XORs  T:     0.00 s  found:       0
0.60/0.22	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.60/0.22	c calculated reachability. Time: 0.00
0.60/0.22	c Calc default polars -  time:   0.00 s pos:     589 undec:      47 neg:     614
0.60/0.22	c =========================================================================================
0.60/0.22	c types(t): F = full restart, N = normal restart
0.60/0.22	c types(t): S = simplification begin/end, E = solution found
0.60/0.22	c restart types(rt): st = static, dy = dynamic
0.60/0.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.60/0.22	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data  --
2.37/0.92	c  N dy    22      4097      1250     25000         0      4094    125000    570668    105.67    112.73  --
2.37/0.92	c  N dy    49      8130      1250     25000         0      5630    125000    564069    106.33    113.79  --
5.13/1.32	c  N dy    78     12207      1250     25000         0      5458    125000    363177    107.92    114.22  --
5.94/1.58	c  N dy   105     16259      1250     25000         0      9509    125000    910096    108.21    114.75  --
7.53/1.96	c  N dy   132     20457      1250     25000         0      8082    125000    557176    108.29    116.17  --
9.13/2.35	c  N dy   157     24657      1250     25000         0     12281    125000   1127021    108.28    115.72  --
9.13/2.38	c  F st   159     25001      1250     25000         0     12624    125000   1174043    108.30   no data  --
11.14/2.86	c  N dy   165     30000      1250     25000         0     10809    125000    840080    108.30   no data  --
11.14/2.86	c  S st   165     30000      1250     25000         0     10809    125000    840080    108.30   no data  --
11.55/2.92	c  S st   165     30503      1250     25000         0     11312    125000    900364    108.30   no data  --
11.55/2.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.55/2.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.55/2.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
11.55/2.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.55/2.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.55/2.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.71/4.75	c lits-rem:      3330  cl-subs:       30  v-elim:      0  v-fix:    0  time:  7.04 s
19.51/4.95	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.77
19.51/4.95	c calculated reachability. Time: 0.00
19.51/4.95	c  N dy   165     30503      1250     25000         0     11282    125000    887958    108.30   no data  --
21.11/5.37	c  N dy   191     34543      1250     25000         0     15320    125000   1440501    108.66    118.74  --
22.71/5.78	c  N dy   218     38664      1250     25000         0     11540    125000    752134    108.97    116.03  --
24.72/6.23	c  N dy   244     42917      1250     25000         0     15789    125000   1334219    109.10    115.96  --
25.90/6.57	c  S st   266     45754      1250     25000         0      9679    125000    365271    109.47    108.21  --
26.30/6.63	c  S st   266     46261      1250     25000         0     10186    125000    429340    109.47   no data  --
26.30/6.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
26.30/6.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.30/6.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
26.30/6.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.30/6.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.30/6.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
26.30/6.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
43.48/10.92	c lits-rem:      1346  cl-subs:        0  v-elim:      0  v-fix:    0  time: 16.95 s
43.48/10.92	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
43.48/10.92	c vivif2 --  cl tried    10186 cl shrink        0 lits rem          0 time: 0.02
44.28/11.10	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.72
44.28/11.11	c calculated reachability. Time: 0.00
44.28/11.11	c  N dy   266     46261      1250     25000         0     10186    125000    427994    109.47   no data  --
45.88/11.54	c  N dy   293     50583      1250     25000         0     14503    125000   1023999    109.62    115.64  --
47.87/12.03	c  N dy   321     54988      1250     25000         0     18903    125000   1628020    109.72    116.19  --
49.47/12.48	c  N dy   348     59086      1250     25000         0     13031    125000    691915    109.71    116.70  --
51.46/12.94	c  N dy   373     63329      1250     25000         0     17273    125000   1265639    109.62    116.24  --
53.47/13.40	c  N dy   390     67415      1250     25000         0     21353    125000   1817908    109.41    116.27  --
54.26/13.62	c  S st   406     69392      1250     25000         0     12347    125000    470770    109.51   no data  --
54.26/13.69	c  S st   406     69894      1250     25000         0     12849    125000    533544    109.51   no data  --
54.26/13.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
54.26/13.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.66/13.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
54.66/13.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.66/13.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.66/13.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
54.66/13.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
73.06/18.35	c lits-rem:      1950  cl-subs:        1  v-elim:      0  v-fix:    0  time: 18.44 s
73.06/18.35	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
73.06/18.36	c vivif2 --  cl tried    12848 cl shrink        0 lits rem          0 time: 0.02
73.83/18.58	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.89
73.83/18.58	c calculated reachability. Time: 0.00
73.83/18.58	c  N dy   406     69894      1250     25000         0     12848    125000    531278    109.51   no data  --
76.24/19.12	c  N dy   438     74373      1250     25000         0     17322    125000   1143403    109.70    117.24  --
78.63/19.73	c  N dy   462     79272      1250     25000         0     22221    125000   1811797    109.58    115.64  --
81.03/20.36	c  N dy   489     84375      1250     25000         0     15334    125000    751796    109.51    117.22  --
82.62/20.76	c  F st   509     87503      1250     25000         0     18460    125000   1174919    109.52   no data  --
84.62/21.20	c  N st   514     90803      1250     25000         0     21755    125000   1642953    109.52   no data  --
87.81/22.04	c  N dy   541     96636      1250     25000         0     14596    125000    524336    109.59    131.41  --
91.02/22.82	c  N dy   580    102854      1250     25000         0     20808    125000   1367014    109.58    117.22  --
92.21/23.10	c  S st   593    104841      1250     25000         0     22793    125000   1635219    109.58    107.78  --
92.21/23.19	c  S st   593    105343      1250     25000         0     23294    125000   1695273    109.58   no data  --
92.21/23.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
92.21/23.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.61/23.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
92.61/23.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.61/23.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.61/23.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
92.61/23.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
126.17/31.62	c lits-rem:       864  cl-subs:       14  v-elim:      0  v-fix:    0  time: 33.24 s
126.17/31.63	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
126.17/31.64	c vivif2 --  cl tried    23280 cl shrink        0 lits rem          0 time: 0.07
127.36/31.95	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 1.22
127.36/31.95	c calculated reachability. Time: 0.00
127.36/31.95	c  N dy   593    105343      1250     25000         0     23280    125000   1690585    109.58   no data  --
130.55/32.79	c  N dy   629    112130      1250     25000         0     16077    125000    599059    109.55    119.36  --
134.17/33.69	c  N dy   678    119616      1250     25000         0     23556    125000   1629758    109.67    118.46  --
138.57/34.73	c  N dy   720    127317      1250     25000         0     16263    125000    489923    109.69    117.09  --
142.54/35.80	c  N dy   773    135814      1250     25000         0     24753    125000   1639194    109.69    115.88  --
147.75/37.07	c  N dy   825    144565      1250     25000         0     17512    125000    539844    109.77    117.59  --
152.52/38.26	c  N dy   880    153855      1250     25000         0     26799    125000   1804764    109.78    116.35  --
154.92/38.88	c  S st   907    158016      1250     25000         0     30959    125000   2376783    109.82    115.84  --
155.32/38.98	c  S st   907    158520      1250     25000         0     31463    125000   2436203    109.82   no data  --
155.32/38.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
155.32/38.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
155.72/39.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
156.14/39.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
156.14/39.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.14/39.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
156.14/39.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
226.03/56.64	c lits-rem:       821  cl-subs:       26  v-elim:      0  v-fix:    0  time: 69.92 s
226.03/56.64	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
226.03/56.67	c vivif2 --  cl tried    31437 cl shrink        0 lits rem          0 time: 0.10
227.62/57.07	c asymm  cl-useful: 0/21759/25000 lits-rem:0 time: 1.60
227.62/57.07	c calculated reachability. Time: 0.00
227.62/57.07	c  N dy   907    158520      1250     25000         0     31437    125000   2427573    109.82   no data  --
233.61/58.53	c  N dy   966    168681      1250     25000         0     24598    125000   1376625    109.83    115.63  --
240.40/60.21	c  N dy  1027    179447      1250     25000         0     35357    125000   2849665    109.81    116.26  --
246.39/61.76	c  N dy  1099    190923      1250     25000         0     28833    125000   1849186    109.93    135.36  --
253.21/63.47	c  N dy  1171    203181      1250     25000         0     22097    125000    781728    109.94    118.01  --
260.38/65.27	c  N dy  1247    216495      1250     25000         0     35401    125000   2602043    109.95    117.09  --
267.97/67.19	c  N dy  1325    230364      1250     25000         0     29279    125000   1636030    109.93    115.81  --
272.36/68.26	c  S st  1366    237780      1250     25000         0     36689    125000   2638656    109.89   no data  --
272.76/68.36	c  S st  1366    238286      1250     25000         0     37195    125000   2697760    109.89   no data  --
272.76/68.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
272.76/68.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
273.16/68.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
273.16/68.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
273.16/68.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
273.16/68.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
273.16/68.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
353.45/88.58	c lits-rem:       867  cl-subs:       40  v-elim:      0  v-fix:    0  time: 80.10 s
353.45/88.58	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
353.86/88.61	c vivif2 --  cl tried    37155 cl shrink        0 lits rem          0 time: 0.10
353.86/88.68	c asymm  cl-useful: 0/3241/25000 lits-rem:0 time: 0.29
353.86/88.68	c calculated reachability. Time: 0.00
353.86/88.68	c  N dy  1366    238286      1250     25000         0     37155    125000   2686007    109.89   no data  --
362.66/90.89	c  N dy  1459    253552      1250     25000         0     31421    125000   1790628    109.86    118.86  --
373.03/93.49	c  N dy  1552    269938      1250     25000         0     25810    125000    901290    109.91    119.01  --
383.82/96.12	c  N dy  1650    287217      1250     25000         0     43074    125000   3278450    109.93    117.15  --
395.00/98.97	c  N dy  1760    305682      1250     25000         0     38543    125000   2516835    109.96    117.30  --
395.40/99.07	c  F st  1764    306250      1250     25000         0     39111    125000   2594390    109.95   no data  --
407.78/102.14	c  N dy  1847    325252      1250     25000         0     34114    125000   1784825    109.97    115.77  --
421.76/105.67	c  N dy  1964    345280      1250     25000         0     29153    125000    975114    109.99    116.93  --
429.75/107.61	c  S st  2031    357431      1250     25000         0     41290    125000   2641808    109.98   no data  --
430.15/107.74	c  S st  2031    357938      1250     25000         0     41797    125000   2701052    109.98   no data  --
430.15/107.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
430.15/107.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
430.15/107.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
430.55/107.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
430.55/107.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.55/107.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
430.55/107.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
525.65/131.64	c lits-rem:       647  cl-subs:       23  v-elim:      0  v-fix:    0  time: 94.83 s
525.65/131.64	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
525.65/131.67	c vivif2 --  cl tried    41774 cl shrink        0 lits rem          0 time: 0.11
527.22/132.07	c asymm  cl-useful: 0/18470/25000 lits-rem:0 time: 1.59
527.22/132.07	c calculated reachability. Time: 0.00
527.22/132.07	c  N dy  2031    357938      1250     25000         0     41774    125000   2693587    109.98   no data  --
541.20/135.59	c  N dy  2147    378031      1250     25000         0     35867    125000   1784369    110.09    117.94  --
556.78/139.40	c  N dy  2267    398182      1250     25000         0     29027    125000    700399    110.11    116.12  --
570.76/142.99	c  N dy  2381    418324      1250     25000         0     49151    125000   3480578    110.16    116.05  --
585.95/146.75	c  N dy  2509    438463      1250     25000         0     41301    125000   2270144    110.22    117.46  --
602.72/150.94	c  N dy  2637    458636      1250     25000         0     32483    125000    920293    110.27    116.36  --
618.30/154.87	c  N dy  2765    478667      1250     25000         0     52504    125000   3685471    110.33    117.76  --
634.69/158.91	c  N dy  2887    498979      1250     25000         0     42823    125000   2208839    110.34    119.24  --
652.67/163.49	c  N dy  3006    519007      1250     25000         0     31860    125000    571011    110.38    116.63  --
666.64/166.95	c  S st  3118    536907      1250     25000         0     49747    125000   3025166    110.41   no data  --
667.44/167.12	c  S st  3118    537412      1250     25000         0     50252    125000   3087043    110.41   no data  --
667.44/167.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
667.44/167.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
667.44/167.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
667.83/167.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
667.83/167.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
667.83/167.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
667.83/167.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1490.71/373.24	c lits-rem:       468  cl-subs:       36  v-elim:      0  v-fix:    0  time: 821.88 s
1490.71/373.24	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.01
1490.71/373.28	c vivif2 --  cl tried    50216 cl shrink        0 lits rem          0 time: 0.13
1491.50/373.50	c asymm  cl-useful: 0/6530/25000 lits-rem:0 time: 0.89
1491.92/373.50	c calculated reachability. Time: 0.00
1491.92/373.50	c  N dy  3118    537412      1250     25000         0     50216    125000   3076348    110.41   no data  --
1509.49/377.93	c  N dy  3226    557623      1250     25000         0     38434    125000   1331551    110.39    116.44  --
1527.47/382.41	c  N dy  3346    578088      1250     25000         0     58868    125000   4144309    110.41    117.35  --
1545.05/386.84	c  N dy  3468    598096      1250     25000         0     45891    125000   2253744    110.42    117.14  --
1564.60/391.79	c  N dy  3587    618151      1250     25000         0     65927    125000   5018381    110.45    126.09  --
1582.57/396.27	c  N dy  3703    638168      1250     25000         0     51963    125000   2958847    110.46    127.05  --
1603.74/401.54	c  N dy  3819    658386      1250     25000         0     37193    125000    786443    110.47    117.63  --
1622.11/406.13	c  N dy  3945    678389      1250     25000         0     57189    125000   3550274    110.52    119.58  --
1643.29/411.40	c  N dy  4067    698549      1250     25000         0     41356    125000   1238817    110.55    117.10  --
1662.07/416.19	c  N dy  4188    718714      1250     25000         0     61501    125000   4010927    110.58    117.39  --
1683.24/421.41	c  N dy  4308    738798      1250     25000         0     44603    125000   1541865    110.56    117.53  --
1702.82/426.35	c  N dy  4427    758860      1250     25000         0     64644    125000   4283080    110.57    117.36  --
1723.58/431.52	c  N dy  4538    779014      1250     25000         0     46808    125000   1744500    110.59    117.48  --
1743.56/436.58	c  N dy  4653    799040      1250     25000         0     66819    125000   4501143    110.60    117.17  --
1752.34/438.73	c  S st  4695    806118      1250     25000         0     73888    125000   5459827    110.59   no data  --
1753.14/438.96	c  S st  4695    806622      1250     25000         0     74392    125000   5516755    110.59   no data  --
1753.14/438.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1753.14/438.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1753.54/439.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.27
1754.34/439.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1754.34/439.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1754.34/439.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1754.34/439.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

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

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.09 7.64 1/175 8752
/proc/meminfo: memFree=19544864/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 497435143 52465664 352 33554432000 4194304 4650419 140734791264080 18446744073709551615 47776925800370 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 12809 352 303 112 0 7774 0
[pid=8752/tid=8753] ppid=8750 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 497435143 52465664 352 33554432000 4194304 4650419 140734791264080 18446744073709551615 47776925800374 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 497435143 52465664 352 33554432000 4194304 4650419 140734791264080 18446744073709551615 47776925800360 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 497435143 52465664 352 33554432000 4194304 4650419 140734791264080 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.137643 s]
/proc/loadavg: 8.12 8.09 7.64 1/175 8752
/proc/meminfo: memFree=19544864/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=287780 CPUtime=0.6 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 6461 0 0 0 57 3 0 0 18 0 4 0 497435143 294686720 5630 33554432000 4194304 4650419 140734791264080 18446744073709551615 4457439 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 71945 6187 382 112 0 66910 0
[pid=8752/tid=8753] ppid=8750 vsize=287780 CPUtime=0.14 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 2321 0 0 0 13 1 0 0 18 0 4 0 497435143 294686720 6506 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476067 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=287780 CPUtime=0.14 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 2286 0 0 0 13 1 0 0 18 0 4 0 497435143 294686720 6823 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476175 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=287780 CPUtime=0.14 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) S 8750 8752 8638 0 -1 4202560 1084 0 0 0 14 0 0 0 18 0 4 0 497435143 294686720 6856 33554432000 4194304 4650419 140734791264080 18446744073709551615 255106873838 0 0 4096 2 18446604453924207296 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 287780

[startup+0.609325 s]
/proc/loadavg: 8.12 8.09 7.64 1/175 8752
/proc/meminfo: memFree=19544864/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=301044 CPUtime=2.37 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 13356 0 0 0 232 5 0 0 18 0 4 0 497435143 308269056 9909 33554432000 4194304 4650419 140734791264080 18446744073709551615 4363335 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 75261 9909 391 112 0 70226 0
[pid=8752/tid=8753] ppid=8750 vsize=301044 CPUtime=0.58 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 3776 0 0 0 57 1 0 0 18 0 4 0 497435143 308269056 9397 33554432000 4194304 4650419 140734791264080 18446744073709551615 255106812039 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=301044 CPUtime=0.58 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 3779 0 0 0 56 2 0 0 18 0 4 0 497435143 308269056 9126 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=301044 CPUtime=0.58 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) D 8750 8752 8638 0 -1 4202560 2226 0 0 0 58 0 0 0 18 0 4 0 497435143 308269056 9126 33554432000 4194304 4650419 140734791264080 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 301044

[startup+0.966891 s]
/proc/loadavg: 8.12 8.09 7.64 1/175 8752
/proc/meminfo: memFree=19544864/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=292896 CPUtime=3.8 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 16640 0 0 0 375 5 0 0 18 0 4 0 497435143 299925504 10138 33554432000 4194304 4650419 140734791264080 18446744073709551615 4366426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 73224 10139 391 112 0 68189 0
[pid=8752/tid=8753] ppid=8750 vsize=292896 CPUtime=0.94 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 4377 0 0 0 93 1 0 0 19 0 4 0 497435143 299925504 10139 33554432000 4194304 4650419 140734791264080 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=292896 CPUtime=0.94 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 4381 0 0 0 92 2 0 0 19 0 4 0 497435143 299925504 10139 33554432000 4194304 4650419 140734791264080 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=292896 CPUtime=0.94 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 3321 0 0 0 94 0 0 0 19 0 4 0 497435143 299925504 10140 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365387 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 292896

[startup+1.06687 s]
/proc/loadavg: 8.12 8.09 7.64 1/175 8752
/proc/meminfo: memFree=19544864/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=292896 CPUtime=4.2 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 17286 0 0 0 415 5 0 0 19 0 4 0 497435143 299925504 10784 33554432000 4194304 4650419 140734791264080 18446744073709551615 4334120 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 73224 10785 391 112 0 68189 0
[pid=8752/tid=8753] ppid=8750 vsize=292896 CPUtime=1.04 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 4546 0 0 0 103 1 0 0 19 0 4 0 497435143 299925504 10785 33554432000 4194304 4650419 140734791264080 18446744073709551615 255106466000 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=292896 CPUtime=1.04 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 4540 0 0 0 102 2 0 0 19 0 4 0 497435143 299925504 10785 33554432000 4194304 4650419 140734791264080 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=292896 CPUtime=1.04 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 3482 0 0 0 104 0 0 0 19 0 4 0 497435143 299925504 10785 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 292896

[startup+1.5008 s]
/proc/loadavg: 8.12 8.09 7.64 1/175 8752
/proc/meminfo: memFree=19544864/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=293672 CPUtime=5.94 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 21530 0 0 0 588 6 0 0 19 0 4 0 497435143 300720128 11418 33554432000 4194304 4650419 140734791264080 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 73418 11418 391 112 0 68383 0
[pid=8752/tid=8753] ppid=8750 vsize=293672 CPUtime=1.47 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 5742 0 0 0 146 1 0 0 19 0 4 0 497435143 300720128 11418 33554432000 4194304 4650419 140734791264080 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=293672 CPUtime=1.47 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 5763 0 0 0 145 2 0 0 19 0 4 0 497435143 300720128 11418 33554432000 4194304 4650419 140734791264080 18446744073709551615 4334429 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=293672 CPUtime=1.48 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 4149 0 0 0 147 1 0 0 20 0 4 0 497435143 300720128 11418 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 293672

[startup+3.10052 s]
/proc/loadavg: 8.35 8.14 7.65 9/184 8786
/proc/meminfo: memFree=19467144/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=295648 CPUtime=12.32 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 39912 0 0 0 1222 10 0 0 24 0 4 0 497435143 302743552 17921 33554432000 4194304 4650419 140734791264080 18446744073709551615 4439619 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 73912 17922 393 112 0 68877 0
[pid=8752/tid=8753] ppid=8750 vsize=295648 CPUtime=3.07 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 9136 0 0 0 305 2 0 0 24 0 4 0 497435143 302743552 17922 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=295648 CPUtime=3.07 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 9119 0 0 0 304 3 0 0 24 0 4 0 497435143 302743552 17922 33554432000 4194304 4650419 140734791264080 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=295648 CPUtime=3.06 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 7489 0 0 0 305 1 0 0 25 0 4 0 497435143 302743552 17922 33554432000 4194304 4650419 140734791264080 18446744073709551615 4315103 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 295648

[startup+6.30095 s]
/proc/loadavg: 8.32 8.14 7.66 9/184 8786
/proc/meminfo: memFree=19276680/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=286568 CPUtime=25.1 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 66121 0 0 0 2494 16 0 0 25 0 4 0 497435143 293445632 34688 33554432000 4194304 4650419 140734791264080 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 71642 34688 393 112 0 66607 0
[pid=8752/tid=8753] ppid=8750 vsize=286568 CPUtime=6.27 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 13317 0 0 0 624 3 0 0 25 0 4 0 497435143 293445632 34688 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=286568 CPUtime=6.27 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 19297 0 0 0 622 5 0 0 25 0 4 0 497435143 293445632 34688 33554432000 4194304 4650419 140734791264080 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=286568 CPUtime=6.24 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 16457 0 0 0 621 3 0 0 25 0 4 0 497435143 293445632 34688 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 286568

[startup+12.7008 s]
/proc/loadavg: 8.29 8.14 7.66 9/184 8786
/proc/meminfo: memFree=19196776/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=286940 CPUtime=50.69 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 92671 0 0 0 5047 22 0 0 25 0 4 0 497435143 293826560 46634 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365311 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 71735 46634 393 112 0 66700 0
[pid=8752/tid=8753] ppid=8750 vsize=286940 CPUtime=12.68 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 26756 0 0 0 1262 6 0 0 25 0 4 0 497435143 293826560 46636 33554432000 4194304 4650419 140734791264080 18446744073709551615 4438239 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=286940 CPUtime=12.66 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 22038 0 0 0 1261 5 0 0 25 0 4 0 497435143 293826560 46636 33554432000 4194304 4650419 140734791264080 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=286940 CPUtime=12.62 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 23433 0 0 0 1257 5 0 0 25 0 4 0 497435143 293826560 46636 33554432000 4194304 4650419 140734791264080 18446744073709551615 4334268 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 286940

[startup+25.5006 s]
/proc/loadavg: 8.25 8.13 7.66 9/184 8787
/proc/meminfo: memFree=19020816/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=474388 CPUtime=101.8 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 128392 0 0 0 10151 29 0 0 25 0 4 0 497435143 485773312 70035 33554432000 4194304 4650419 140734791264080 18446744073709551615 4438539 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 118597 70035 393 112 0 113562 0
[pid=8752/tid=8753] ppid=8750 vsize=474388 CPUtime=25.47 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 29226 0 0 0 2541 6 0 0 25 0 4 0 497435143 485773312 70035 33554432000 4194304 4650419 140734791264080 18446744073709551615 4333054 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=474388 CPUtime=25.47 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 33323 0 0 0 2539 8 0 0 25 0 4 0 497435143 485773312 70035 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=474388 CPUtime=25.35 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 35090 0 0 0 2528 7 0 0 25 0 4 0 497435143 485773312 70035 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 474388

[startup+51.1011 s]
/proc/loadavg: 8.16 8.12 7.67 9/184 8787
/proc/meminfo: memFree=18888796/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=486176 CPUtime=204.06 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 204658 0 0 0 20356 50 0 0 25 0 4 0 497435143 497844224 80997 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 121544 80997 393 112 0 116509 0
[pid=8752/tid=8753] ppid=8750 vsize=486176 CPUtime=51.07 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 46095 0 0 0 5095 12 0 0 25 0 4 0 497435143 497844224 80997 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=486176 CPUtime=51.06 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 52719 0 0 0 5094 12 0 0 25 0 4 0 497435143 497844224 80997 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=486176 CPUtime=50.81 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 61035 0 0 0 5065 16 0 0 25 0 4 0 497435143 497844224 80997 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 486176

[startup+102.301 s]
/proc/loadavg: 8.06 8.10 7.68 9/184 8789
/proc/meminfo: memFree=18739236/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=701760 CPUtime=408.59 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 334855 0 0 0 40771 88 0 0 25 0 4 0 497435143 718602240 105867 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 175440 105867 393 112 0 170405 0
[pid=8752/tid=8753] ppid=8750 vsize=701760 CPUtime=102.26 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 79622 0 0 0 10205 21 0 0 25 0 4 0 497435143 718602240 105867 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=701760 CPUtime=102.26 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 83233 0 0 0 10207 19 0 0 25 0 4 0 497435143 718602240 105867 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=701760 CPUtime=101.74 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 101188 0 0 0 10145 29 0 0 25 0 4 0 497435143 718602240 105867 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 701760

[startup+162.3 s]

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

[pid=8752] ppid=8750 vsize=1044232 CPUtime=2565.62 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 711098 0 0 0 256322 240 0 0 25 0 4 0 497435143 1069293568 169635 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 261058 169635 393 112 0 256023 0
[pid=8752/tid=8753] ppid=8750 vsize=1044232 CPUtime=642.22 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 156836 0 0 0 64180 42 0 0 25 0 4 0 497435143 1069293568 169635 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1044232 CPUtime=642.27 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 154297 0 0 0 64173 54 0 0 25 0 4 0 497435143 1069293568 169635 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1044232 CPUtime=638.8 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 246007 0 0 0 63795 85 0 0 25 0 4 0 497435143 1069293568 169635 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.62
Current children cumulated vsize (KiB) 1044232

[startup+702.3 s]
/proc/loadavg: 8.08 8.11 7.88 9/184 8805
/proc/meminfo: memFree=18165584/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=1110648 CPUtime=2805.3 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 744739 0 0 0 280272 258 0 0 25 0 4 0 497435143 1137303552 174285 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 277662 174285 393 112 0 272627 0
[pid=8752/tid=8753] ppid=8750 vsize=1110648 CPUtime=702.22 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 159642 0 0 0 70180 42 0 0 25 0 4 0 497435143 1137303552 174285 33554432000 4194304 4650419 140734791264080 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1110648 CPUtime=702.26 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 182708 0 0 0 70156 70 0 0 25 0 4 0 497435143 1137303552 174285 33554432000 4194304 4650419 140734791264080 18446744073709551615 4336640 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1110648 CPUtime=698.49 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 246972 0 0 0 69763 86 0 0 25 0 4 0 497435143 1137303552 174285 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.3
Current children cumulated vsize (KiB) 1110648

[startup+762.301 s]
/proc/loadavg: 8.07 8.10 7.89 9/184 8806
/proc/meminfo: memFree=18177720/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=1112916 CPUtime=3044.96 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 810869 0 0 0 304208 288 0 0 25 0 4 0 497435143 1139625984 173503 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476466 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 278229 173503 393 112 0 273194 0
[pid=8752/tid=8753] ppid=8750 vsize=1112916 CPUtime=762.21 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 194518 0 0 0 76163 58 0 0 25 0 4 0 497435143 1139625984 173503 33554432000 4194304 4650419 140734791264080 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1112916 CPUtime=762.27 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 213865 0 0 0 76142 85 0 0 25 0 4 0 497435143 1139625984 173503 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1112916 CPUtime=758.16 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 246972 0 0 0 75730 86 0 0 25 0 4 0 497435143 1139625984 173503 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.96
Current children cumulated vsize (KiB) 1112916

[startup+822.3 s]
/proc/loadavg: 8.13 8.11 7.90 9/184 8808
/proc/meminfo: memFree=18159236/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=1127368 CPUtime=3284.65 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 872267 0 0 0 328148 317 0 0 25 0 4 0 497435143 1154424832 177778 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 281842 177778 393 112 0 276807 0
[pid=8752/tid=8753] ppid=8750 vsize=1127368 CPUtime=822.21 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 228927 0 0 0 82146 75 0 0 25 0 4 0 497435143 1154424832 177778 33554432000 4194304 4650419 140734791264080 18446744073709551615 4361052 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1127368 CPUtime=822.28 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 240686 0 0 0 82131 97 0 0 25 0 4 0 497435143 1154424832 177778 33554432000 4194304 4650419 140734791264080 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1127368 CPUtime=817.83 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 247140 0 0 0 81697 86 0 0 25 0 4 0 497435143 1154424832 177778 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.65
Current children cumulated vsize (KiB) 1127368

[startup+882.301 s]
/proc/loadavg: 8.08 8.10 7.91 9/184 8810
/proc/meminfo: memFree=18207832/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=1077192 CPUtime=3524.3 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 917434 0 0 0 352090 340 0 0 25 0 4 0 497435143 1103044608 171308 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 269298 171308 393 112 0 264263 0
[pid=8752/tid=8753] ppid=8750 vsize=1077192 CPUtime=882.2 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 250843 0 0 0 88134 86 0 0 25 0 4 0 497435143 1103044608 171308 33554432000 4194304 4650419 140734791264080 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1077192 CPUtime=882.27 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 263859 0 0 0 88119 108 0 0 25 0 4 0 497435143 1103044608 171308 33554432000 4194304 4650419 140734791264080 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1077192 CPUtime=877.5 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 247152 0 0 0 87664 86 0 0 25 0 4 0 497435143 1103044608 171308 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.3
Current children cumulated vsize (KiB) 1077192

[startup+942.306 s]
/proc/loadavg: 8.34 8.17 7.94 9/184 8814
/proc/meminfo: memFree=18076620/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=1026572 CPUtime=3763.98 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 969943 0 0 0 376030 368 0 0 25 0 4 0 497435143 1051209728 172986 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 256643 172986 393 112 0 251608 0
[pid=8752/tid=8753] ppid=8750 vsize=1026572 CPUtime=942.2 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 281589 0 0 0 94119 101 0 0 25 0 4 0 497435143 1051209728 172986 33554432000 4194304 4650419 140734791264080 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1026572 CPUtime=942.27 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 285622 0 0 0 94106 121 0 0 25 0 4 0 497435143 1051209728 172986 33554432000 4194304 4650419 140734791264080 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1026572 CPUtime=937.17 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 247152 0 0 0 93631 86 0 0 25 0 4 0 497435143 1051209728 172986 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.98
Current children cumulated vsize (KiB) 1026572

[startup+1002.3 s]
/proc/loadavg: 8.24 8.17 7.95 9/184 8816
/proc/meminfo: memFree=17971904/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=1209908 CPUtime=4003.64 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 1020593 0 0 0 399975 389 0 0 25 0 4 0 497435143 1238945792 196270 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 302477 196270 393 112 0 297442 0
[pid=8752/tid=8753] ppid=8750 vsize=1209908 CPUtime=1002.19 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 306148 0 0 0 100102 117 0 0 25 0 4 0 497435143 1238945792 196270 33554432000 4194304 4650419 140734791264080 18446744073709551615 4426564 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1209908 CPUtime=1002.27 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 311281 0 0 0 100101 126 0 0 25 0 4 0 497435143 1238945792 196270 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1209908 CPUtime=996.85 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 247320 0 0 0 99599 86 0 0 25 0 4 0 497435143 1238945792 196270 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.64
Current children cumulated vsize (KiB) 1209908

[startup+1062.3 s]
/proc/loadavg: 8.22 8.17 7.96 9/184 8817
/proc/meminfo: memFree=17969284/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=1209908 CPUtime=4243.32 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 1028520 0 0 0 423942 390 0 0 25 0 4 0 497435143 1238945792 196474 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 302477 196474 393 112 0 297442 0
[pid=8752/tid=8753] ppid=8750 vsize=1209908 CPUtime=1062.19 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 313179 0 0 0 106101 118 0 0 25 0 4 0 497435143 1238945792 196474 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1209908 CPUtime=1062.27 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 312009 0 0 0 106101 126 0 0 25 0 4 0 497435143 1238945792 196474 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1209908 CPUtime=1056.52 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 247488 0 0 0 105566 86 0 0 25 0 4 0 497435143 1238945792 196474 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.32
Current children cumulated vsize (KiB) 1209908

[startup+1122.3 s]
/proc/loadavg: 8.13 8.15 7.97 9/184 8819
/proc/meminfo: memFree=17970384/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=1209908 CPUtime=4482.99 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 1037625 0 0 0 447907 392 0 0 25 0 4 0 497435143 1238945792 196528 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 302477 196528 393 112 0 297442 0
[pid=8752/tid=8753] ppid=8750 vsize=1209908 CPUtime=1122.18 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 321223 0 0 0 112099 119 0 0 25 0 4 0 497435143 1238945792 196528 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1209908 CPUtime=1122.28 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 312986 0 0 0 112101 127 0 0 25 0 4 0 497435143 1238945792 196528 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1209908 CPUtime=1116.19 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 247572 0 0 0 111533 86 0 0 25 0 4 0 497435143 1238945792 196528 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.99
Current children cumulated vsize (KiB) 1209908

[startup+1182.3 s]
/proc/loadavg: 8.09 8.14 7.98 9/184 8821
/proc/meminfo: memFree=17970248/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=1209908 CPUtime=4722.65 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 1046945 0 0 0 471872 393 0 0 25 0 4 0 497435143 1238945792 196592 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 302477 196592 393 112 0 297442 0
[pid=8752/tid=8753] ppid=8750 vsize=1209908 CPUtime=1182.18 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 330002 0 0 0 118097 121 0 0 25 0 4 0 497435143 1238945792 196592 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1209908 CPUtime=1182.28 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 313527 0 0 0 118101 127 0 0 25 0 4 0 497435143 1238945792 196592 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1209908 CPUtime=1175.86 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 247572 0 0 0 117500 86 0 0 25 0 4 0 497435143 1238945792 196592 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.65
Current children cumulated vsize (KiB) 1209908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.13 7.98 9/184 8821
/proc/meminfo: memFree=17970864/32951124 swapFree=67111524/67111528
[pid=8752] ppid=8750 vsize=1209908 CPUtime=4800.18 cores=0,2,4,6
/proc/8752/stat : 8752 (strangenight1-m) R 8750 8752 8638 0 -1 4202496 1049757 0 0 0 479624 394 0 0 25 0 4 0 497435143 1238945792 196501 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8752/statm: 302477 196429 393 112 0 297442 0
[pid=8752/tid=8753] ppid=8750 vsize=1209908 CPUtime=1201.59 cores=0,2,4,6
/proc/8752/task/8753/stat : 8753 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 332292 0 0 0 120038 121 0 0 25 0 4 0 497435143 1238945792 196429 33554432000 4194304 4650419 140734791264080 18446744073709551615 255106812263 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8752/tid=8754] ppid=8750 vsize=1209908 CPUtime=1201.69 cores=0,2,4,6
/proc/8752/task/8754/stat : 8754 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 314049 0 0 0 120042 127 0 0 25 0 4 0 497435143 1238945792 196429 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8752/tid=8755] ppid=8750 vsize=1209908 CPUtime=1195.16 cores=0,2,4,6
/proc/8752/task/8755/stat : 8755 (strangenight1-m) R 8750 8752 8638 0 -1 4202560 247572 0 0 0 119430 86 0 0 25 0 4 0 497435143 1238945792 196429 33554432000 4194304 4650419 140734791264080 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1209908

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.75
CPU time (s): 4800.24
CPU user time (s): 4796.26
CPU system time (s): 3.9784
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 1209908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.26
system time used= 3.97839
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1049829
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= 2237
involuntary context switches= 35470

runsolver used 1.91671 second user time and 4.6273 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 06:09:50
IDJOB=3174909
IDBENCH=82527
IDSOLVER=1588
FILE ID=node144/3174909-1304050190
RUNJOBID= node144-1304048986-8656
PBS_JOBID= 13170410
Free space on /tmp= 72400 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S1103412232-098-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174909-1304050190/watcher-3174909-1304050190 -o /tmp/evaluation-result-3174909-1304050190/solver-3174909-1304050190 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174909-1304050190.cnf

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

MD5SUM BENCH= d6a0b223b2c940add3196cb3c37e2d59
RANDOM SEED=1534272436

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19544904 kB
Buffers:       2206556 kB
Cached:       10570700 kB
SwapCached:          4 kB
Active:        4693004 kB
Inactive:      8149508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19544904 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6640 kB
Writeback:           0 kB
AnonPages:       65028 kB
Mapped:          15064 kB
Slab:           499120 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   218328 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= 72396 MiB
End job on node144 at 2011-04-29 06:29:54