Trace number 3368569

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 (fixed)? (TO) 4800.18 1203.18

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S471691933-060-UNKNOWN.cnf
MD5SUM91da78a39fd68b6c63602d278464956f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.04	c This is CryptoMiniSat 2.9.0
0.00/0.04	c compiled with gcc version 4.4.5
0.00/0.04	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.04	c Reading file 'HOME/instance-3368569-1305397415.cnf'
0.00/0.04	c -- header says num vars:          40000
0.00/0.04	c -- header says num clauses:      168000
0.21/0.32	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.21/0.32	c -- vars added      40000
0.21/0.32	c Parsing time:  0.50 s
0.21/0.32	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data  --
0.21/0.32	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.50
0.21/0.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.45
0.21/1.02	c bin-w-bin subsume rem            0 bins  time:  0.05 s
0.21/1.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
0.21/1.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.06 s
0.21/1.02	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.06 s
4.34/1.11	c lits-rem:         0  cl-subs:        0  v-elim:   1041  v-fix:    0  time:  1.71 s
4.34/1.11	c Finding binary XORs  T:     0.04 s  found:       0
4.67/1.21	c Finding non-binary XORs:     0.37 s (found:       0, avg size: nan)
4.67/1.21	c calculated reachability. Time: 0.00
4.67/1.21	c Calc default polars -  time:   0.07 s pos:   17732 undec:    4449 neg:   17819
4.67/1.21	c =========================================================================================
4.67/1.21	c types(t): F = full restart, N = normal restart
4.67/1.21	c types(t): S = simplification begin/end, E = solution found
4.67/1.21	c restart types(rt): st = static, dy = dynamic
4.67/1.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.67/1.21	c  B st     0         0     38959    166265         0         0    504469         0   no data   no data  --
11.06/2.88	c  N dy    17      4003     38959    166265         0      4003    504469   1219573    175.50    202.68  --
18.24/4.65	c  N dy    48      8074     38959    166265         0      8074    504469   2300086    175.72    185.11  --
25.46/6.49	c  N dy    78     12262     38959    166265         0     12262    504469   3399371    176.03    191.74  --
32.61/8.27	c  N dy   102     16329     38959    166265         0     16329    504469   4412420    173.63    186.91  --
40.19/10.15	c  N dy   130     20397     38959    166265         0     10401    504469    780380    174.31    184.23  --
47.39/11.91	c  N dy   157     24410     38959    166265         0     14414    504469   1831973    174.41    211.94  --
48.16/12.17	c  F st   160     25003     38959    166265         0     15007    504469   1982418    174.10    167.16  --
58.14/14.65	c  N dy   166     30003     38959    166265         0     20007    504469   3880729    174.10   no data  --
58.14/14.65	c  S st   166     30003     38959    166265         0     20007    504469   3880729    174.10   no data  --
58.94/14.88	c  S st   166     30512     38959    166265         0     20516    504469   3986435    174.10   no data  --
59.34/14.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
59.34/14.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.14/15.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  1.07
62.53/15.72	c bin-w-bin subsume rem            0 bins  time:  0.04 s
62.53/15.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
62.53/15.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.06 s
62.53/15.76	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.07 s
105.21/26.45	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 42.44 s
106.01/26.65	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.80
106.01/26.66	c calculated reachability. Time: 0.01
106.01/26.66	c  N dy   166     30512     38959    166265         0     20513    504469   3985479    174.10   no data  --
114.39/28.77	c  N dy   198     34590     38959    166265         0     24591    504469   5092694    174.93    218.08  --
123.16/30.92	c  N dy   228     38688     38959    166265         0     28689    504469   6208613    175.35    253.52  --
131.54/33.05	c  N dy   259     42824     38959    166265         0     17324    504469   1284654    175.73    189.67  --
137.54/34.54	c  S st   279     45768     38959    166265         0     20267    504469   2054368    175.76    183.10  --
138.33/34.79	c  S st   279     46271     38959    166265         0     20770    504469   2141038    175.76   no data  --
138.73/34.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
138.73/34.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
139.55/35.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  1.08
140.72/35.34	c bin-w-bin subsume rem            0 bins  time:  0.05 s
140.72/35.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
140.72/35.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.06 s
140.72/35.38	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.07 s
164.26/41.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 23.20 s
164.26/41.23	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.10
164.26/41.27	c vivif2 --  cl tried    20770 cl shrink        0 lits rem          0 time: 0.15
165.06/41.46	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.78
165.06/41.47	c calculated reachability. Time: 0.01
165.06/41.48	c  N dy   279     46271     38959    166265         0     20770    504469   2141038    175.76   no data  --
173.04/43.47	c  N dy   310     50305     38959    166265         0     24804    504469   3198240    175.98    229.81  --
181.02/45.47	c  N dy   339     54360     38959    166265         0     28859    504469   4260424    175.97    206.96  --
189.00/47.47	c  N dy   366     58376     38959    166265         0     32875    504469   5319723    175.80    197.36  --
197.38/49.54	c  N dy   396     62414     38959    166265         0     36913    504469   6393008    175.98    201.75  --
205.39/51.56	c  N dy   423     66497     38959    166265         0     22247    504469   1726122    175.98    188.05  --
210.94/53.00	c  S st   444     69407     38959    166265         0     25157    504469   2515546    176.07   no data  --
212.14/53.25	c  S st   444     69915     38959    166265         0     25665    504469   2612835    176.07   no data  --
212.14/53.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
212.14/53.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
213.34/53.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  1.11
214.57/53.83	c bin-w-bin subsume rem            0 bins  time:  0.05 s
214.57/53.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
214.57/53.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.05 s
214.57/53.88	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.07 s
243.67/61.12	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 28.85 s
243.67/61.14	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.10
243.67/61.19	c vivif2 --  cl tried    25663 cl shrink        0 lits rem          0 time: 0.18
244.46/61.39	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.82
244.46/61.40	c calculated reachability. Time: 0.01
244.46/61.41	c  N dy   444     69915     38959    166265         0     25663    504469   2611147    176.07   no data  --
253.66/63.65	c  N dy   476     74477     38959    166265         0     30224    504469   3822634    176.31    192.71  --
263.61/66.12	c  N dy   506     79331     38959    166265         0     35077    504469   5126059    176.36    188.02  --
274.39/68.86	c  N dy   545     84458     38959    166265         0     40202    504469   6522447    176.69    189.32  --
280.77/70.43	c  F st   563     87501     38959    166265         0     22376    504469   1118771    176.65    184.40  --
287.55/72.13	c  N st   568     90799     38959    166265         0     25673    504469   2149484    176.65   no data  --
299.51/75.14	c  N dy   599     96718     38959    166265         0     31591    504469   3929205    176.94    193.80  --
312.69/78.46	c  N dy   647    102937     38959    166265         0     37809    504469   5632695    177.27    225.26  --
317.07/79.52	c  S st   660    104872     38959    166265         0     39744    504469   6133987    177.20    171.23  --
317.87/79.79	c  S st   660    105376     38959    166265         0     40248    504469   6241318    177.20   no data  --
318.27/79.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
318.27/79.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
319.49/80.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.17
321.86/80.71	c bin-w-bin subsume rem            0 bins  time:  0.05 s
321.86/80.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
321.86/80.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.05 s
321.86/80.76	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
640.65/160.66	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 317.71 s
640.65/160.68	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.10
641.05/160.79	c vivif2 --  cl tried    40243 cl shrink        0 lits rem          0 time: 0.44
642.25/161.04	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.99
642.25/161.05	c calculated reachability. Time: 0.01
642.25/161.05	c  N dy   660    105376     38959    166265         0     40243    504469   6235550    177.20   no data  --
657.02/164.70	c  N dy   704    112158     38959    166265         0     24587    504469   1291356    177.26    191.42  --
671.02/168.26	c  N dy   755    119417     38959    166265         0     31845    504469   3199315    177.12    207.60  --
686.54/172.14	c  N dy   808    127041     38959    166265         0     39469    504469   5255545    177.23    198.87  --
704.10/176.59	c  N dy   872    135250     38959    166265         0     23962    504469    710207    177.51    195.63  --
721.66/180.96	c  N dy   928    143884     38959    166265         0     32595    504469   3053814    177.71    188.84  --
741.25/185.86	c  N dy   988    153135     38959    166265         0     41846    504469   5541227    177.70    194.96  --
751.58/188.50	c  S st  1019    158065     38959    166265         0     46776    504469   6847494    177.69    173.00  --
752.77/188.77	c  S st  1019    158567     38959    166265         0     47278    504469   6931058    177.69   no data  --
753.18/188.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
753.18/188.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
754.00/189.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.19
756.77/189.72	c bin-w-bin subsume rem            0 bins  time:  0.05 s
756.77/189.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
756.77/189.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.06 s
756.77/189.76	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
1156.15/289.83	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 397.75 s
1156.15/289.85	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.10
1156.54/289.98	c vivif2 --  cl tried    47275 cl shrink        0 lits rem          0 time: 0.48
1157.77/290.23	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 1.02
1157.77/290.25	c calculated reachability. Time: 0.01
1157.77/290.25	c  N dy  1019    158567     38959    166265         0     47275    504469   6930296    177.69   no data  --
1178.50/295.47	c  N dy  1088    168875     38959    166265         0     32726    504469   2706262    177.59    189.32  --
1201.23/301.14	c  N dy  1166    179911     38959    166265         0     43762    504469   5686867    177.70    189.09  --
1225.57/307.29	c  N dy  1251    191515     38959    166265         0     29438    504469   1528242    177.93    189.15  --
1250.71/313.57	c  N dy  1335    203744     38959    166265         0     41666    504469   4863535    178.15    199.62  --
1278.63/320.51	c  N dy  1422    216842     38959    166265         0     27802    504469    777464    177.87    189.33  --
1308.17/327.93	c  N dy  1524    230870     38959    166265         0     41830    504469   4624713    178.18    192.50  --
1323.72/331.83	c  S st  1571    237850     38959    166265         0     48810    504469   6500457    178.15   no data  --
1324.96/332.12	c  S st  1571    238350     38959    166265         0     49310    504469   6598289    178.15   no data  --
1324.96/332.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
1324.96/332.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1326.11/332.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.22
1328.51/333.01	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1328.51/333.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1328.51/333.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.06 s
1328.51/333.05	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
1705.95/427.64	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 376.15 s
1705.95/427.66	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.10
1706.37/427.78	c vivif2 --  cl tried    49304 cl shrink        0 lits rem          0 time: 0.46
1707.54/428.05	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 1.08
1707.54/428.06	c calculated reachability. Time: 0.01
1707.54/428.06	c  N dy  1571    238350     38959    166265         0     49304    504469   6596080    178.15   no data  --
1740.66/436.39	c  N dy  1685    253684     38959    166265         0     36654    504469   2931464    178.40    192.11  --
1776.60/445.36	c  N dy  1802    269970     38959    166265         0     52939    504469   7361238    178.57    191.58  --
1815.27/455.03	c  N dy  1920    287388     38959    166265         0     41368    504469   3870016    178.69    196.19  --
1857.97/465.70	c  N dy  2044    305758     38959    166265         0     59737    504469   8894955    178.82    222.43  --
1859.17/466.03	c  F st  2048    306250     38959    166265         0     30234    504469    586294    178.83    165.67  --
1901.85/476.73	c  N dy  2145    325286     38959    166265         0     49270    504469   6216310    178.74    198.64  --
1946.14/487.85	c  N dy  2284    345301     38959    166265         0     38284    504469   2508008    178.76    201.84  --
1972.88/494.52	c  S st  2366    357525     38959    166265         0     50507    504469   5835518    178.74   no data  --
1973.68/494.80	c  S st  2366    358028     38959    166265         0     51010    504469   5928030    178.74   no data  --
1974.10/494.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
1974.10/494.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1975.26/495.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.21
1977.26/495.64	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1977.26/495.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1977.26/495.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.06 s
1977.26/495.68	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
2298.05/576.01	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 319.38 s
2298.05/576.03	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.10
2298.46/576.14	c vivif2 --  cl tried    51004 cl shrink        0 lits rem          0 time: 0.44
2299.65/576.42	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 1.08
2299.65/576.43	c calculated reachability. Time: 0.01
2299.65/576.43	c  N dy  2366    358028     38959    166265         0     51004    504469   5926001    178.74   no data  --
2345.14/587.83	c  N dy  2500    378127     38959    166265         0     39106    504469   2517241    178.80    195.46  --
2390.63/599.20	c  N dy  2640    398259     38959    166265         0     59237    504469   7983387    178.86    193.98  --
2436.10/610.63	c  N dy  2780    418270     38959    166265         0     46252    504469   4123662    178.99    209.89  --
2484.38/622.70	c  N dy  2922    438375     38959    166265         0     66356    504469   9650452    179.12    196.17  --
2528.27/633.77	c  N dy  3063    458451     38959    166265         0     52436    504469   5622796    179.28    239.04  --
2574.96/645.43	c  N dy  3201    478674     38959    166265         0     37664    504469   1247484    179.38    203.77  --
2619.27/656.54	c  N dy  3345    498755     38959    166265         0     57744    504469   6812958    179.60    264.06  --
2664.32/667.88	c  N dy  3490    518789     38959    166265         0     41776    504469   2129033    179.68    191.67  --
2705.42/678.10	c  S st  3619    537044     38959    166265         0     60030    504469   7110476    179.73   no data  --
2706.62/678.42	c  S st  3619    537546     38959    166265         0     60532    504469   7235024    179.73   no data  --
2706.62/678.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
2706.62/678.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2707.81/678.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.24
2710.20/679.34	c bin-w-bin subsume rem            0 bins  time:  0.05 s
2710.20/679.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
2710.20/679.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.06 s
2710.20/679.39	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
3163.88/793.06	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 452.92 s
3163.88/793.08	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.10
3164.64/793.21	c vivif2 --  cl tried    60529 cl shrink        0 lits rem          0 time: 0.51
3165.84/793.50	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 1.17
3165.84/793.52	c calculated reachability. Time: 0.01
3165.84/793.52	c  N dy  3619    537546     38959    166265         0     60529    504469   7233091    179.73   no data  --
3210.93/804.88	c  N dy  3766    557633     38959    166265         0     43614    504469   2297702    179.87    198.59  --
3254.82/815.88	c  N dy  3902    577643     38959    166265         0     63624    504469   7771268    179.93    222.86  --
3300.28/827.23	c  N dy  4038    597777     38959    166265         0     45761    504469   2605987    179.88    190.24  --
3344.57/838.36	c  N dy  4176    617840     38959    166265         0     65822    504469   8098259    179.92    195.58  --
3390.86/849.94	c  N dy  4318    638109     38959    166265         0     47091    504469   2682006    179.95    191.82  --
3435.57/861.20	c  N dy  4461    658125     38959    166265         0     67104    504469   8111695    179.96    233.49  --
3481.82/872.70	c  N dy  4598    678146     38959    166265         0     47126    504469   2498771    180.01    194.91  --
3526.51/883.96	c  N dy  4744    698200     38959    166265         0     67180    504469   8065106    180.13    200.70  --
3573.18/895.64	c  N dy  4879    718362     38959    166265         0     46344    504469   1978284    180.18    196.92  --
3617.87/906.83	c  N dy  5022    738474     38959    166265         0     66455    504469   7439810    180.17    190.42  --
3665.33/918.77	c  N dy  5161    758488     38959    166265         0     44468    504469   1182813    180.23    193.12  --
3710.02/929.98	c  N dy  5297    778542     38959    166265         0     64522    504469   6701795    180.26    192.03  --
3758.70/942.12	c  N dy  5423    798589     38959    166265         0     84569    504469  12085373    180.20    196.15  --
3776.26/946.52	c  S st  5475    806319     38959    166265         0     49302    504469   2264948    180.22   no data  --
3777.46/946.80	c  S st  5475    806824     38959    166265         0     49807    504469   2378564    180.22   no data  --
3777.46/946.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
3777.46/946.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3778.65/947.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.20
3779.44/947.37	c bin-w-bin subsume rem            0 bins  time:  0.05 s
3779.44/947.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
3779.84/947.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.06 s
3779.84/947.42	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.08 s
3809.01/954.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 29.32 s
3809.36/954.80	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.10
3809.36/954.85	c vivif2 --  cl tried    49807 cl shrink        0 lits rem          0 time: 0.18
3810.56/955.11	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 1.04
3810.56/955.12	c calculated reachability. Time: 0.01
3810.56/955.12	c  N dy  5475    806824     38959    166265         0     49807    504469   2378564    180.22   no data  --
3858.04/967.00	c  N dy  5611    827010     38959    166265         0     69991    504469   7916972    180.19    204.66  --
3908.72/979.77	c  N dy  5752    847123     38959    166265         0     46106    504469   1088954    180.26    190.28  --
3956.60/991.77	c  N dy  5890    867130     38959    166265         0     66113    504469   6570997    180.29    196.36  --
4006.87/1004.38	c  N dy  6031    887139     38959    166265         0     86121    504469  12064092    180.34    190.45  --
4054.38/1016.22	c  N dy  6156    907221     38959    166265         0     61199    504469   4979346    180.33    199.17  --
4104.22/1028.72	c  N dy  6300    927315     38959    166265         0     81293    504469  10538951    180.36    198.09  --
4153.30/1041.09	c  N dy  6440    947332     38959    166265         0     55310    504469   3089421    180.41    193.78  --
4201.57/1053.18	c  N dy  6577    967356     38959    166265         0     75331    504469   8569706    180.42    193.75  --
4253.84/1066.29	c  N dy  6710    987454     38959    166265         0     48431    504469    907636    180.42    194.77  --
4300.57/1077.95	c  N dy  6845   1007596     38959    166265         0     68572    504469   6410665    180.44    191.60  --
4350.80/1090.58	c  N dy  6984   1027636     38959    166265         0     88609    504469  11984792    180.50    191.09  --
4399.07/1102.61	c  N dy  7122   1047719     38959    166265         0     60697    504469   3980857    180.49    196.52  --
4447.35/1114.75	c  N dy  7260   1067777     38959    166265         0     80752    504469   9575370    180.51    191.63  --
4457.74/1117.35	c  F st  7286   1071875     38959    166265         0     84850    504469  10694477    180.50   no data  --
4499.22/1127.72	c  N dy  7368   1087795     38959    166265         0     51773    504469   1303662    180.53    288.06  --
4545.51/1139.32	c  N dy  7499   1107845     38959    166265         0     71823    504469   6764022    180.52    191.36  --
4595.37/1151.85	c  N dy  7630   1127862     38959    166265         0     91840    504469  12243124    180.54    206.36  --
4644.45/1164.15	c  N dy  7768   1147899     38959    166265         0     61884    504469   3881250    180.58    195.77  --
4693.53/1176.43	c  N dy  7911   1167905     38959    166265         0     81888    504469   9421506    180.63    260.70  --
4746.20/1189.64	c  N dy  8049   1187957     38959    166265         0    101936    504469  14958212    180.67    191.88  --
4794.47/1201.70	c  N dy  8196   1207972     38959    166265         0     70950    504469   6012715    180.70    191.14  --
4799.66/1203.04	c  S st  8212   1210238     38959    166265         0     73216    504469   6635632    180.70   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3368569-1305397415/watcher-3368569-1305397415 -o /tmp/evaluation-result-3368569-1305397415/solver-3368569-1305397415 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368569-1305397415.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: 1.75 3.28 3.37 3/312 7280
/proc/meminfo: memFree=11158000/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 651343876 52465664 353 33554432000 4194304 4650419 140736809583216 18446744073709551615 212436073457 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 12809 353 303 112 0 7774 0
[pid=7280/tid=7281] ppid=7278 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651343876 52465664 356 33554432000 4194304 4650419 140736809583216 18446744073709551615 46944327751602 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651343876 52465664 356 33554432000 4194304 4650419 140736809583216 18446744073709551615 46944327751602 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651343876 52465664 356 33554432000 4194304 4650419 140736809583216 18446744073709551615 46944327751606 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.070919 s]
/proc/loadavg: 1.75 3.28 3.37 3/312 7280
/proc/meminfo: memFree=11158000/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=316440 CPUtime=0.21 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) D 7278 7280 7247 0 -1 4202496 17621 0 0 0 18 3 0 0 18 0 4 0 651343876 324034560 13442 33554432000 4194304 4650419 140736809583216 18446744073709551615 4373896 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 79564 15746 344 112 0 74529 0
[pid=7280/tid=7281] ppid=7278 vsize=318976 CPUtime=0.05 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) D 7278 7280 7247 0 -1 4202560 5240 0 0 0 4 1 0 0 18 0 4 0 651343876 326631424 15900 33554432000 4194304 4650419 140736809583216 18446744073709551615 212435714248 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=320936 CPUtime=0.1 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 5330 0 0 0 9 1 0 0 18 0 4 0 651343876 328638464 18263 33554432000 4194304 4650419 140736809583216 18446744073709551615 212436060343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=321332 CPUtime=0.13 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 5845 0 0 0 13 0 0 0 18 0 4 0 651343876 329043968 20761 33554432000 4194304 4650419 140736809583216 18446744073709551615 212435678241 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 316440

[startup+1.11796 s]
/proc/loadavg: 1.75 3.28 3.37 3/312 7280
/proc/meminfo: memFree=11158000/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=368192 CPUtime=4.34 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 55939 0 0 0 423 11 0 0 19 0 4 0 651343876 377028608 43582 33554432000 4194304 4650419 140736809583216 18446744073709551615 4389603 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 92048 43582 390 112 0 87013 0
[pid=7280/tid=7281] ppid=7278 vsize=368192 CPUtime=1.06 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 15348 0 0 0 102 4 0 0 18 0 4 0 651343876 377028608 43582 33554432000 4194304 4650419 140736809583216 18446744073709551615 4384532 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=368192 CPUtime=1.08 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 16128 0 0 0 106 2 0 0 18 0 4 0 651343876 377028608 43582 33554432000 4194304 4650419 140736809583216 18446744073709551615 4314047 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=368192 CPUtime=1.09 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 7152 0 0 0 108 1 0 0 19 0 4 0 651343876 377028608 43582 33554432000 4194304 4650419 140736809583216 18446744073709551615 4366047 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 368192

[startup+1.20095 s]
/proc/loadavg: 1.75 3.28 3.37 3/312 7280
/proc/meminfo: memFree=11158000/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=368192 CPUtime=4.67 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 56596 0 0 0 456 11 0 0 19 0 4 0 651343876 377028608 43004 33554432000 4194304 4650419 140736809583216 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 92048 43004 391 112 0 87013 0
[pid=7280/tid=7281] ppid=7278 vsize=368192 CPUtime=1.14 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 15348 0 0 0 110 4 0 0 18 0 4 0 651343876 377028608 43004 33554432000 4194304 4650419 140736809583216 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=368192 CPUtime=1.16 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 16744 0 0 0 114 2 0 0 18 0 4 0 651343876 377028608 43004 33554432000 4194304 4650419 140736809583216 18446744073709551615 4309623 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=368192 CPUtime=1.18 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 7190 0 0 0 117 1 0 0 19 0 4 0 651343876 377028608 43004 33554432000 4194304 4650419 140736809583216 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 368192

[startup+1.30093 s]
/proc/loadavg: 1.75 3.28 3.37 3/312 7280
/proc/meminfo: memFree=11158000/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=368192 CPUtime=5.07 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 56864 0 0 0 496 11 0 0 19 0 4 0 651343876 377028608 43272 33554432000 4194304 4650419 140736809583216 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 92048 43272 391 112 0 87013 0
[pid=7280/tid=7281] ppid=7278 vsize=368192 CPUtime=1.24 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 15418 0 0 0 120 4 0 0 18 0 4 0 651343876 377028608 43272 33554432000 4194304 4650419 140736809583216 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=368192 CPUtime=1.26 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 16808 0 0 0 124 2 0 0 18 0 4 0 651343876 377028608 43272 33554432000 4194304 4650419 140736809583216 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=368192 CPUtime=1.28 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 7255 0 0 0 127 1 0 0 19 0 4 0 651343876 377028608 43272 33554432000 4194304 4650419 140736809583216 18446744073709551615 4330775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 368192

[startup+1.50089 s]
/proc/loadavg: 1.75 3.28 3.37 3/312 7280
/proc/meminfo: memFree=11158000/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=368192 CPUtime=5.87 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 57382 0 0 0 576 11 0 0 19 0 4 0 651343876 377028608 43790 33554432000 4194304 4650419 140736809583216 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 92048 43790 391 112 0 87013 0
[pid=7280/tid=7281] ppid=7278 vsize=368192 CPUtime=1.44 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 15551 0 0 0 140 4 0 0 19 0 4 0 651343876 377028608 43790 33554432000 4194304 4650419 140736809583216 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=368192 CPUtime=1.46 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 16941 0 0 0 144 2 0 0 19 0 4 0 651343876 377028608 43790 33554432000 4194304 4650419 140736809583216 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=368192 CPUtime=1.48 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 7370 0 0 0 147 1 0 0 19 0 4 0 651343876 377028608 43790 33554432000 4194304 4650419 140736809583216 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 368192

[startup+3.10059 s]
/proc/loadavg: 2.41 3.39 3.40 9/324 7292
/proc/meminfo: memFree=10723756/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=401012 CPUtime=12.29 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 62311 0 0 0 1216 13 0 0 24 0 4 0 651343876 410636288 48719 33554432000 4194304 4650419 140736809583216 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 100253 48719 391 112 0 95218 0
[pid=7280/tid=7281] ppid=7278 vsize=401012 CPUtime=3.04 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 16726 0 0 0 300 4 0 0 22 0 4 0 651343876 410636288 48723 33554432000 4194304 4650419 140736809583216 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=401012 CPUtime=3.08 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 18081 0 0 0 305 3 0 0 22 0 4 0 651343876 410636288 48723 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=401012 CPUtime=3.06 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 8868 0 0 0 305 1 0 0 25 0 4 0 651343876 410636288 48723 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 401012

[startup+6.30098 s]
/proc/loadavg: 2.41 3.39 3.40 9/324 7292
/proc/meminfo: memFree=10683100/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=556172 CPUtime=25.03 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 70131 0 0 0 2488 15 0 0 25 0 4 0 651343876 569520128 56539 33554432000 4194304 4650419 140736809583216 18446744073709551615 4349680 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 139043 56539 391 112 0 134008 0
[pid=7280/tid=7281] ppid=7278 vsize=556172 CPUtime=6.24 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 18691 0 0 0 619 5 0 0 25 0 4 0 651343876 569520128 56539 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363534 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=556172 CPUtime=6.26 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 20046 0 0 0 623 3 0 0 25 0 4 0 651343876 569520128 56539 33554432000 4194304 4650419 140736809583216 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=556172 CPUtime=6.23 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 10835 0 0 0 622 1 0 0 25 0 4 0 651343876 569520128 56539 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 556172

[startup+12.7008 s]
/proc/loadavg: 3.27 3.54 3.45 9/324 7292
/proc/meminfo: memFree=10649888/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=386096 CPUtime=50.57 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 94521 0 0 0 5037 20 0 0 25 0 4 0 651343876 395362304 54311 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363582 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 96524 54311 394 112 0 91489 0
[pid=7280/tid=7281] ppid=7278 vsize=386096 CPUtime=12.63 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 24074 0 0 0 1257 6 0 0 25 0 4 0 651343876 395362304 54311 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=386096 CPUtime=12.66 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 26276 0 0 0 1262 4 0 0 25 0 4 0 651343876 395362304 54311 33554432000 4194304 4650419 140736809583216 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=386096 CPUtime=12.57 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 17389 0 0 0 1254 3 0 0 25 0 4 0 651343876 395362304 54311 33554432000 4194304 4650419 140736809583216 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 386096

[startup+25.5003 s]
/proc/loadavg: 4.08 3.70 3.51 9/324 7292
/proc/meminfo: memFree=10053452/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=898924 CPUtime=101.62 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 202250 0 0 0 10116 46 0 0 25 0 4 0 651343876 920498176 144756 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 224731 144756 395 112 0 219696 0
[pid=7280/tid=7281] ppid=7278 vsize=898924 CPUtime=25.43 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 57318 0 0 0 2532 11 0 0 25 0 4 0 651343876 920498176 144756 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476748 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=898924 CPUtime=25.46 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 44636 0 0 0 2536 10 0 0 25 0 4 0 651343876 920498176 144756 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=898924 CPUtime=25.22 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 47162 0 0 0 2511 11 0 0 18 0 4 0 651343876 920498176 144756 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 898924

[startup+51.1005 s]
/proc/loadavg: 5.41 4.05 3.62 9/324 7293
/proc/meminfo: memFree=9926016/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=849716 CPUtime=203.77 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 259684 0 0 0 20314 63 0 0 25 0 4 0 651343876 870109184 142375 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 212429 142375 395 112 0 207394 0
[pid=7280/tid=7281] ppid=7278 vsize=849716 CPUtime=51.03 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 57336 0 0 0 5092 11 0 0 25 0 4 0 651343876 870109184 142375 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=849716 CPUtime=51.06 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 63032 0 0 0 5090 16 0 0 25 0 4 0 651343876 870109184 142375 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=849716 CPUtime=50.57 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 65735 0 0 0 5041 16 0 0 25 0 4 0 651343876 870109184 142375 33554432000 4194304 4650419 140736809583216 18446744073709551615 4310792 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 849716

[startup+102.301 s]
/proc/loadavg: 7.01 4.73 3.88 9/324 7294
/proc/meminfo: memFree=9661464/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1079076 CPUtime=408.04 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 478243 0 0 0 40694 110 0 0 25 0 4 0 651343876 1104973824 189665 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 269769 189665 395 112 0 264734 0
[pid=7280/tid=7281] ppid=7278 vsize=1079076 CPUtime=102.24 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 65745 0 0 0 10210 14 0 0 25 0 4 0 651343876 1104973824 189665 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476213 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1079076 CPUtime=102.26 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 99847 0 0 0 10198 28 0 0 25 0 4 0 651343876 1104973824 189665 33554432000 4194304 4650419 140736809583216 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1079076 CPUtime=101.24 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 95709 0 0 0 10099 25 0 0 25 0 4 0 651343876 1104973824 189665 33554432000 4194304 4650419 140736809583216 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 1079076

[startup+162.3 s]

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

[pid=7280] ppid=7278 vsize=1640800 CPUtime=2801.96 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 4765491 0 0 0 279340 856 0 0 25 0 4 0 651343876 1680179200 322443 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 410200 322443 395 112 0 405165 0
[pid=7280/tid=7281] ppid=7278 vsize=1640800 CPUtime=702.19 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 234206 0 0 0 70139 80 0 0 25 0 4 0 651343876 1680179200 322443 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1640800 CPUtime=702.25 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1112344 0 0 0 70007 218 0 0 25 0 4 0 651343876 1680179200 322443 33554432000 4194304 4650419 140736809583216 18446744073709551615 4364576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1640800 CPUtime=695.22 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1441591 0 0 0 69271 251 0 0 25 0 4 0 651343876 1680179200 322443 33554432000 4194304 4650419 140736809583216 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.96
Current children cumulated vsize (KiB) 1640800

[startup+762.301 s]
/proc/loadavg: 8.17 7.76 6.02 9/324 7312
/proc/meminfo: memFree=8387560/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1657532 CPUtime=3041.36 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 4848930 0 0 0 303250 886 0 0 25 0 4 0 651343876 1697312768 337789 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 414383 337789 395 112 0 409348 0
[pid=7280/tid=7281] ppid=7278 vsize=1657532 CPUtime=762.18 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 261116 0 0 0 76129 89 0 0 25 0 4 0 651343876 1697312768 337789 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1657532 CPUtime=762.25 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1142827 0 0 0 75995 230 0 0 25 0 4 0 651343876 1697312768 337789 33554432000 4194304 4650419 140736809583216 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1657532 CPUtime=754.61 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1467637 0 0 0 75202 259 0 0 25 0 4 0 651343876 1697312768 337789 33554432000 4194304 4650419 140736809583216 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3041.36
Current children cumulated vsize (KiB) 1657532

[startup+822.301 s]
/proc/loadavg: 8.13 7.81 6.14 9/324 7314
/proc/meminfo: memFree=8436260/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1594228 CPUtime=3280.75 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 4941762 0 0 0 327156 919 0 0 25 0 4 0 651343876 1632489472 333289 33554432000 4194304 4650419 140736809583216 18446744073709551615 4331984 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 398557 333290 395 112 0 393522 0
[pid=7280/tid=7281] ppid=7278 vsize=1594228 CPUtime=822.17 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 283946 0 0 0 82119 98 0 0 25 0 4 0 651343876 1632489472 333290 33554432000 4194304 4650419 140736809583216 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1594228 CPUtime=822.24 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1169904 0 0 0 81984 240 0 0 25 0 4 0 651343876 1632489472 333290 33554432000 4194304 4650419 140736809583216 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1594228 CPUtime=814.02 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1495245 0 0 0 81133 269 0 0 25 0 4 0 651343876 1632489472 333290 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.75
Current children cumulated vsize (KiB) 1594228

[startup+882.3 s]
/proc/loadavg: 8.16 7.88 6.27 9/324 7315
/proc/meminfo: memFree=8315580/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1693488 CPUtime=3520.12 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 5058038 0 0 0 351058 954 0 0 25 0 4 0 651343876 1734131712 347240 33554432000 4194304 4650419 140736809583216 18446744073709551615 4331981 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 423372 347240 395 112 0 418337 0
[pid=7280/tid=7281] ppid=7278 vsize=1693488 CPUtime=882.15 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 310827 0 0 0 88110 105 0 0 25 0 4 0 651343876 1734131712 347240 33554432000 4194304 4650419 140736809583216 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1693488 CPUtime=882.24 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1200560 0 0 0 87973 251 0 0 25 0 4 0 651343876 1734131712 347240 33554432000 4194304 4650419 140736809583216 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1693488 CPUtime=873.41 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1520274 0 0 0 87064 277 0 0 25 0 4 0 651343876 1734131712 347240 33554432000 4194304 4650419 140736809583216 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.12
Current children cumulated vsize (KiB) 1693488

[startup+942.301 s]
/proc/loadavg: 8.11 7.91 6.38 9/324 7317
/proc/meminfo: memFree=8294720/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1645488 CPUtime=3759.5 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 5160420 0 0 0 374963 987 0 0 25 0 4 0 651343876 1684979712 343045 33554432000 4194304 4650419 140736809583216 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 411372 343045 395 112 0 406337 0
[pid=7280/tid=7281] ppid=7278 vsize=1645488 CPUtime=942.14 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 337790 0 0 0 94099 115 0 0 25 0 4 0 651343876 1684979712 343045 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1645488 CPUtime=942.24 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1226354 0 0 0 93964 260 0 0 25 0 4 0 651343876 1684979712 343045 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1645488 CPUtime=932.81 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1542783 0 0 0 92998 283 0 0 25 0 4 0 651343876 1684979712 343045 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476133 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.5
Current children cumulated vsize (KiB) 1645488

[startup+1002.3 s]
/proc/loadavg: 8.14 7.95 6.49 9/324 7318
/proc/meminfo: memFree=8302256/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1719296 CPUtime=3998.89 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 5206177 0 0 0 398881 1008 0 0 25 0 4 0 651343876 1760559104 349657 33554432000 4194304 4650419 140736809583216 18446744073709551615 4330840 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 429824 349657 395 112 0 424789 0
[pid=7280/tid=7281] ppid=7278 vsize=1719296 CPUtime=1002.14 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 351084 0 0 0 100093 121 0 0 25 0 4 0 651343876 1760559104 349657 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1719296 CPUtime=1002.24 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1232107 0 0 0 99962 262 0 0 25 0 4 0 651343876 1760559104 349657 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1719296 CPUtime=992.21 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1547195 0 0 0 98935 286 0 0 25 0 4 0 651343876 1760559104 349657 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363314 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.89
Current children cumulated vsize (KiB) 1719296

[startup+1062.3 s]
/proc/loadavg: 8.14 7.99 6.59 9/324 7320
/proc/meminfo: memFree=8301972/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1720784 CPUtime=4238.29 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 5260698 0 0 0 422797 1032 0 0 25 0 4 0 651343876 1762082816 351380 33554432000 4194304 4650419 140736809583216 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 430196 351380 395 112 0 425161 0
[pid=7280/tid=7281] ppid=7278 vsize=1720784 CPUtime=1062.12 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 351329 0 0 0 106091 121 0 0 25 0 4 0 651343876 1762082816 351380 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476812 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1720784 CPUtime=1062.24 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1232107 0 0 0 105962 262 0 0 25 0 4 0 651343876 1762082816 351380 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1720784 CPUtime=1051.62 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1571855 0 0 0 104865 297 0 0 25 0 4 0 651343876 1762082816 351380 33554432000 4194304 4650419 140736809583216 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.29
Current children cumulated vsize (KiB) 1720784

[startup+1122.3 s]
/proc/loadavg: 8.13 8.02 6.68 9/324 7322
/proc/meminfo: memFree=8178312/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1656284 CPUtime=4477.68 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 5339541 0 0 0 446706 1062 0 0 25 0 4 0 651343876 1696034816 354198 33554432000 4194304 4650419 140736809583216 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 414071 354198 395 112 0 409036 0
[pid=7280/tid=7281] ppid=7278 vsize=1656284 CPUtime=1122.12 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 351337 0 0 0 112091 121 0 0 25 0 4 0 651343876 1696034816 354198 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1656284 CPUtime=1122.24 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1257558 0 0 0 111951 273 0 0 25 0 4 0 651343876 1696034816 354198 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1656284 CPUtime=1111.02 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1598703 0 0 0 110795 307 0 0 25 0 4 0 651343876 1696034816 354198 33554432000 4194304 4650419 140736809583216 18446744073709551615 4331865 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.68
Current children cumulated vsize (KiB) 1656284

[startup+1182.3 s]
/proc/loadavg: 8.12 8.04 6.77 9/324 7323
/proc/meminfo: memFree=8275616/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1722412 CPUtime=4717.1 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 5415862 0 0 0 470619 1091 0 0 25 0 4 0 651343876 1763749888 351425 33554432000 4194304 4650419 140736809583216 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 430603 351425 395 112 0 425568 0
[pid=7280/tid=7281] ppid=7278 vsize=1722412 CPUtime=1182.12 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 351409 0 0 0 118091 121 0 0 25 0 4 0 651343876 1763749888 351428 33554432000 4194304 4650419 140736809583216 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1722412 CPUtime=1182.24 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1282880 0 0 0 117940 284 0 0 25 0 4 0 651343876 1763749888 351428 33554432000 4194304 4650419 140736809583216 18446744073709551615 4363553 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1722412 CPUtime=1170.42 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1623755 0 0 0 116727 315 0 0 25 0 4 0 651343876 1763749888 351428 33554432000 4194304 4650419 140736809583216 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.1
Current children cumulated vsize (KiB) 1722412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.08 8.04 6.80 9/324 7324
/proc/meminfo: memFree=8276596/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1657212 CPUtime=4800.08 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 5447843 0 0 0 478905 1103 0 0 25 0 4 0 651343876 1696985088 344226 33554432000 4194304 4650419 140736809583216 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 414303 344226 395 112 0 409268 0
[pid=7280/tid=7281] ppid=7278 vsize=1657212 CPUtime=1202.91 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 352124 0 0 0 120170 121 0 0 25 0 4 0 651343876 1696985088 344230 33554432000 4194304 4650419 140736809583216 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1657212 CPUtime=1203.05 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1293207 0 0 0 120016 289 0 0 25 0 4 0 651343876 1696985088 344230 33554432000 4194304 4650419 140736809583216 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1657212 CPUtime=1191.02 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1634055 0 0 0 118783 319 0 0 25 0 4 0 651343876 1696985088 344230 33554432000 4194304 4650419 140736809583216 18446744073709551615 4229514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1657212

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

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

[startup+1203.1 s]
/proc/loadavg: 8.08 8.04 6.80 9/324 7324
/proc/meminfo: memFree=8276596/32951124 swapFree=67093864/67111528
[pid=7280] ppid=7278 vsize=1657212 CPUtime=4800.08 cores=0,2,4,6
/proc/7280/stat : 7280 (strangenight1-m) R 7278 7280 7247 0 -1 4202496 5447843 0 0 0 478905 1103 0 0 25 0 4 0 651343876 1696985088 344226 33554432000 4194304 4650419 140736809583216 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7280/statm: 414303 344226 395 112 0 409268 0
[pid=7280/tid=7281] ppid=7278 vsize=1657212 CPUtime=1202.91 cores=0,2,4,6
/proc/7280/task/7281/stat : 7281 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 352124 0 0 0 120170 121 0 0 25 0 4 0 651343876 1696985088 344230 33554432000 4194304 4650419 140736809583216 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7280/tid=7282] ppid=7278 vsize=1657212 CPUtime=1203.05 cores=0,2,4,6
/proc/7280/task/7282/stat : 7282 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1293207 0 0 0 120016 289 0 0 25 0 4 0 651343876 1696985088 344230 33554432000 4194304 4650419 140736809583216 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7280/tid=7283] ppid=7278 vsize=1657212 CPUtime=1191.02 cores=0,2,4,6
/proc/7280/task/7283/stat : 7283 (strangenight1-m) R 7278 7280 7247 0 -1 4202560 1634055 0 0 0 118783 319 0 0 25 0 4 0 651343876 1696985088 344230 33554432000 4194304 4650419 140736809583216 18446744073709551615 4229514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1657212

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.18
CPU time (s): 4800.18
CPU user time (s): 4789.09
CPU system time (s): 11.0923
CPU usage (%): 398.959
Max. virtual memory (cumulated for all children) (KiB): 1724084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.09
system time used= 11.0923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5447857
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= 2346
involuntary context switches= 34854

runsolver used 3.33049 second user time and 8.72167 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 20:23:35
IDJOB=3368569
IDBENCH=82578
IDSOLVER=1846
FILE ID=node102/3368569-1305397415
RUNJOBID= node102-1305397415-7265
PBS_JOBID= 13324460
Free space on /tmp= 73528 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S471691933-060-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368569-1305397415/watcher-3368569-1305397415 -o /tmp/evaluation-result-3368569-1305397415/solver-3368569-1305397415 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368569-1305397415.cnf

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

MD5SUM BENCH= 91da78a39fd68b6c63602d278464956f
RANDOM SEED=1168029039

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11158148 kB
Buffers:        251708 kB
Cached:        2805876 kB
SwapCached:       1128 kB
Active:       19514000 kB
Inactive:      1982904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11158148 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           19860 kB
Writeback:           0 kB
AnonPages:    18438428 kB
Mapped:          25904 kB
Slab:           177528 kB
PageTables:      53016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59037784 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= 73516 MiB
End job on node102 at 2011-05-14 20:43:40