Trace number 3174959

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.27 1201.87

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S746725327-020-UNKNOWN.cnf
MD5SUM0ad997eea0def3552b6d7e45aac8ca7c
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 variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.08/0.03	c This is CryptoMiniSat 2.9.0
0.08/0.03	c compiled with gcc version 4.4.5
0.08/0.03	c WARNING: for repeatability, setting FPU to use double precision
0.08/0.03	c Reading file 'HOME/instance-3174959-1304059954.cnf'
0.08/0.03	c -- header says num vars:          49999
0.08/0.03	c -- header says num clauses:      210000
0.41/0.30	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.41/0.30	c -- vars added      49999
0.41/0.30	c Parsing time:  0.68 s
0.41/0.30	c  N st     0         0     49999    210000         0         0    630000         0   no data   no data  --
0.41/0.38	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.64
0.41/0.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.65
2.74/0.75	c bin-w-bin subsume rem            0 bins  time:  0.06 s
2.74/0.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
2.74/0.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49999 time:  0.07 s
3.14/0.80	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.08 s
5.14/1.36	c lits-rem:         0  cl-subs:        0  v-elim:   1374  v-fix:    0  time:  2.24 s
5.14/1.38	c Finding binary XORs  T:     0.04 s  found:       0
5.96/1.51	c Finding non-binary XORs:     0.49 s (found:       0, avg size: nan)
5.96/1.51	c calculated reachability. Time: 0.00
5.96/1.54	c Calc default polars -  time:   0.09 s pos:   22285 undec:    5569 neg:   22145
5.96/1.54	c =========================================================================================
5.96/1.54	c types(t): F = full restart, N = normal restart
5.96/1.54	c types(t): S = simplification begin/end, E = solution found
5.96/1.54	c restart types(rt): st = static, dy = dynamic
5.96/1.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.96/1.54	c  B st     0         0     48625    207684         0         0    630503         0   no data   no data  --
14.33/3.66	c  N dy    20      4114     48625    207684         0      4114    630503   1321758    190.26    206.22  --
23.12/5.81	c  N dy    51      8186     48625    207684         0      8186    630503   2534937    199.24    231.85  --
31.91/8.02	c  N dy    81     12246     48625    207684         0     12246    630503   3712563    199.32    218.40  --
41.10/10.31	c  N dy   111     16436     48625    207684         0     16436    630503   4920523    199.35    218.71  --
49.89/12.54	c  N dy   138     20455     48625    207684         0     10456    630503    866912    198.96    211.88  --
58.68/14.73	c  N dy   165     24565     48625    207684         0     14566    630503   2059334    198.36    208.90  --
59.46/14.97	c  F st   169     25001     48625    207684         0     15002    630503   2178578    198.33   no data  --
71.05/17.89	c  N dy   175     30000     48625    207684         0     20000    630503   4151368    198.33   no data  --
71.05/17.89	c  S st   175     30000     48625    207684         0     20000    630503   4151368    198.33   no data  --
72.24/18.18	c  S st   175     30505     48625    207684         0     20505    630503   4282503    198.33   no data  --
72.64/18.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
72.64/18.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.24/18.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.59
76.63/19.26	c bin-w-bin subsume rem            0 bins  time:  0.06 s
76.63/19.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
76.63/19.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.07 s
77.03/19.32	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
172.93/43.37	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time: 95.63 s
174.12/43.61	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 0.96
174.12/43.63	c calculated reachability. Time: 0.01
174.12/43.63	c  N dy   175     30505     48625    207684         0     20503    630503   4282094    198.33   no data  --
183.30/45.99	c  N dy   202     34596     48625    207684         0     24594    630503   5495870    199.11    210.64  --
193.29/48.43	c  N dy   229     38779     48625    207684         0     28777    630503   6715414    198.69    212.20  --
202.88/50.87	c  N dy   255     42983     48625    207684         0     17482    630503   1437461    198.34    215.54  --
209.26/52.41	c  S st   272     45757     48625    207684         0     20256    630503   2197567    197.50   no data  --
210.07/52.69	c  S st   272     46260     48625    207684         0     20759    630503   2295277    197.50   no data  --
210.47/52.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
210.47/52.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
212.08/53.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.59
213.26/53.41	c bin-w-bin subsume rem            0 bins  time:  0.06 s
213.26/53.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
213.26/53.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.07 s
213.26/53.47	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
240.03/60.11	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time: 26.50 s
240.03/60.14	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
240.03/60.19	c vivif2 --  cl tried    20758 cl shrink        0 lits rem          0 time: 0.17
241.23/60.43	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 0.96
241.23/60.44	c calculated reachability. Time: 0.01
241.23/60.44	c  N dy   272     46260     48625    207684         0     20758    630503   2295212    197.50   no data  --
250.81/62.89	c  N dy   303     50433     48625    207684         0     24930    630503   3554051    198.15    208.66  --
261.60/65.51	c  N dy   335     54793     48625    207684         0     29290    630503   4802600    198.43    220.19  --
271.99/68.13	c  N dy   367     58927     48625    207684         0     33423    630503   6081612    199.36    210.39  --
281.97/70.65	c  N dy   396     62949     48625    207684         0     37445    630503   7265069    199.43    226.92  --
291.96/73.15	c  N dy   425     67258     48625    207684         0     23007    630503   2111029    199.37    210.67  --
297.15/74.41	c  S st   441     69392     48625    207684         0     25141    630503   2748407    199.34   no data  --
298.35/74.71	c  S st   441     69896     48625    207684         0     25645    630503   2870232    199.34   no data  --
298.35/74.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
298.35/74.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
299.97/75.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.61
301.15/75.47	c bin-w-bin subsume rem            0 bins  time:  0.06 s
301.15/75.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
301.55/75.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.07 s
301.55/75.52	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
337.90/84.65	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 36.42 s
337.90/84.68	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
338.30/84.74	c vivif2 --  cl tried    25643 cl shrink        0 lits rem          0 time: 0.22
339.10/84.99	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.01
339.52/85.01	c calculated reachability. Time: 0.01
339.52/85.01	c  N dy   441     69896     48625    207684         0     25643    630503   2869627    199.34   no data  --
349.89/87.67	c  N dy   470     74441     48625    207684         0     30188    630503   4164195    198.85    209.61  --
361.49/90.56	c  N dy   504     79192     48625    207684         0     34939    630503   5607393    199.10    213.94  --
374.68/93.90	c  N dy   541     84484     48625    207684         0     40229    630503   7173764    199.20    215.49  --
382.25/95.77	c  F st   561     87502     48625    207684         0     22377    630503   1236752    199.10    166.18  --
391.04/97.96	c  N st   566     90800     48625    207684         0     25675    630503   2573527    199.10   no data  --
406.22/101.70	c  N dy   597     96727     48625    207684         0     31602    630503   4634266    199.61    212.80  --
421.00/105.42	c  N dy   639    102953     48625    207684         0     37828    630503   6421561    199.31    220.33  --
425.40/106.56	c  S st   650    104844     48625    207684         0     39719    630503   6961488    199.10    167.48  --
426.59/106.86	c  S st   650    105346     48625    207684         0     40221    630503   7067163    199.10   no data  --
426.99/106.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.15
426.99/106.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
428.59/107.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.69
431.39/108.05	c bin-w-bin subsume rem            0 bins  time:  0.06 s
431.39/108.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
431.39/108.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.08 s
431.80/108.11	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
837.68/209.79	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 404.83 s
838.08/209.82	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
838.48/209.94	c vivif2 --  cl tried    40218 cl shrink        0 lits rem          0 time: 0.50
839.68/210.24	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.17
839.68/210.25	c calculated reachability. Time: 0.01
839.68/210.25	c  N dy   650    105346     48625    207684         0     40218    630503   7065761    199.10   no data  --
856.85/214.54	c  N dy   696    112174     48625    207684         0     24607    630503   1370994    199.05    218.21  --
874.43/218.95	c  N dy   751    119413     48625    207684         0     31846    630503   3558648    199.36    238.15  --
893.62/223.73	c  N dy   807    127086     48625    207684         0     39519    630503   5885482    199.75    219.16  --
914.38/228.97	c  N dy   863    135269     48625    207684         0     23983    630503    787255    199.89    281.15  --
935.16/234.15	c  N dy   919    144000     48625    207684         0     32714    630503   3373818    199.94    219.67  --
957.93/239.85	c  N dy   979    153188     48625    207684         0     41900    630503   6143766    199.93    214.84  --
970.31/242.96	c  S st  1010    158019     48625    207684         0     46731    630503   7574864    199.82    211.81  --
971.51/243.27	c  S st  1010    158520     48625    207684         0     47232    630503   7693105    199.82   no data  --
971.92/243.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
971.92/243.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
973.51/243.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.72
976.72/244.51	c bin-w-bin subsume rem            0 bins  time:  0.05 s
976.72/244.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
976.72/244.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.07 s
976.72/244.57	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
1473.29/368.81	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 494.62 s
1473.29/368.84	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
1473.70/368.99	c vivif2 --  cl tried    47230 cl shrink        0 lits rem          0 time: 0.58
1475.27/369.30	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.24
1475.27/369.31	c calculated reachability. Time: 0.01
1475.27/369.31	c  N dy  1010    158520     48625    207684         0     47230    630503   7691582    199.82   no data  --
1500.06/375.59	c  N dy  1080    168734     48625    207684         0     32586    630503   2949573    199.81    211.41  --
1526.80/382.24	c  N dy  1153    179559     48625    207684         0     43410    630503   6252292    199.91    215.44  --
1555.57/389.45	c  N dy  1230    191050     48625    207684         0     28971    630503   1554932    199.79    214.70  --
1584.73/396.75	c  N dy  1305    203254     48625    207684         0     41174    630503   5152475    199.55    213.97  --
1618.70/405.25	c  N dy  1397    216296     48625    207684         0     27255    630503    685836    199.69    211.62  --
1652.64/413.72	c  N dy  1494    230170     48625    207684         0     41127    630503   4732716    199.70    216.31  --
1672.21/418.68	c  S st  1547    237783     48625    207684         0     48740    630503   7075206    199.85    174.69  --
1673.82/419.00	c  S st  1547    238287     48625    207684         0     49244    630503   7195107    199.85   no data  --
1673.82/419.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
1673.82/419.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1675.43/419.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.73
1678.21/420.17	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1678.21/420.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
1678.60/420.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.07 s
1678.60/420.23	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
2128.81/532.92	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 448.61 s
2128.81/532.95	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.14
2129.21/533.09	c vivif2 --  cl tried    49241 cl shrink        0 lits rem          0 time: 0.56
2130.81/533.41	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.28
2130.81/533.43	c calculated reachability. Time: 0.01
2130.81/533.43	c  N dy  1547    238287     48625    207684         0     49241    630503   7193749    199.85   no data  --
2170.37/543.31	c  N dy  1655    253517     48625    207684         0     36493    630503   3083607    199.87    213.11  --
2213.11/554.02	c  N dy  1768    269804     48625    207684         0     52780    630503   7909453    199.90    212.02  --
2257.45/565.16	c  N dy  1879    287060     48625    207684         0     41041    630503   4110896    199.75    216.31  --
2307.40/577.62	c  N dy  2009    305550     48625    207684         0     59529    630503   9649976    199.88    217.01  --
2309.39/578.14	c  F st  2015    306251     48625    207684         0     30245    630503    627618    199.90   no data  --
2358.13/590.38	c  N dy  2114    325239     48625    207684         0     49233    630503   6890897    199.81    210.55  --
2410.86/603.51	c  N dy  2251    345405     48625    207684         0     38403    630503   2735078    199.80    211.60  --
2441.63/611.28	c  S st  2334    357430     48625    207684         0     50427    630503   6344583    199.84   no data  --
2443.22/611.61	c  S st  2334    357939     48625    207684         0     50936    630503   6453712    199.84   no data  --
2443.22/611.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.15
2443.22/611.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2444.85/612.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  1.75
2447.62/612.75	c bin-w-bin subsume rem            0 bins  time:  0.06 s
2447.62/612.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
2447.62/612.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.07 s
2448.02/612.81	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
2831.90/709.13	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 380.74 s
2831.90/709.16	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
2832.30/709.29	c vivif2 --  cl tried    50934 cl shrink        0 lits rem          0 time: 0.50
2833.91/709.61	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.29
2833.91/709.63	c calculated reachability. Time: 0.01
2833.91/709.63	c  N dy  2334    357939     48625    207684         0     50934    630503   6452652    199.84   no data  --
2887.45/723.02	c  N dy  2475    377970     48625    207684         0     38965    630503   2606732    199.91    212.08  --
2941.37/736.53	c  N dy  2618    398063     48625    207684         0     59056    630503   8646107    200.01    238.92  --
2994.90/749.99	c  N dy  2753    418092     48625    207684         0     46082    630503   4397892    199.93    212.91  --
3049.63/763.65	c  N dy  2898    438119     48625    207684         0     66109    630503  10464273    200.13    243.20  --
3100.78/776.41	c  N dy  3031    458245     48625    207684         0     52230    630503   5994106    200.12    218.77  --
3153.51/789.62	c  N dy  3174    478305     48625    207684         0     37291    630503   1212912    200.23    220.98  --
3204.26/802.33	c  N dy  3310    498320     48625    207684         0     57304    630503   7057085    200.16    227.01  --
3258.17/815.81	c  N dy  3450    518413     48625    207684         0     41401    630503   2115291    200.21    218.16  --
3304.93/827.57	c  S st  3574    536908     48625    207684         0     59894    630503   7600349    200.20    189.23  --
3306.51/827.91	c  S st  3574    537410     48625    207684         0     60396    630503   7706922    200.20   no data  --
3306.51/827.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
3306.51/827.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3308.11/828.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  1.79
3311.31/829.10	c bin-w-bin subsume rem            0 bins  time:  0.06 s
3311.31/829.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3311.31/829.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.08 s
3311.31/829.16	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
3828.26/958.51	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 515.35 s
3828.26/958.54	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
3828.64/958.69	c vivif2 --  cl tried    60393 cl shrink        0 lits rem          0 time: 0.60
3830.24/959.04	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.39
3830.24/959.06	c calculated reachability. Time: 0.01
3830.24/959.06	c  N dy  3574    537410     48625    207684         0     60393    630503   7705334    200.20   no data  --
3883.77/972.40	c  N dy  3708    557582     48625    207684         0     43568    630503   2457791    200.22    213.39  --
3936.09/985.51	c  N dy  3846    577763     48625    207684         0     63749    630503   8456078    200.22    221.95  --
3989.62/998.92	c  N dy  3988    597889     48625    207684         0     45877    630503   2938714    200.32    222.66  --
4041.97/1012.06	c  N dy  4134    617909     48625    207684         0     65897    630503   8909875    200.40    235.80  --
4095.08/1025.37	c  N dy  4271    637924     48625    207684         0     46922    630503   2860497    200.37    232.60  --
4147.82/1038.58	c  N dy  4414    658019     48625    207684         0     67017    630503   8898009    200.44    294.79  --
4202.15/1052.16	c  N dy  4560    678145     48625    207684         0     47144    630503   2656741    200.51    212.03  --
4256.08/1065.63	c  N dy  4711    698480     48625    207684         0     67479    630503   8862365    200.68    220.00  --
4310.80/1079.33	c  N dy  4853    718504     48625    207684         0     46499    630503   2164903    200.74    222.60  --
4363.54/1092.53	c  N dy  4991    738655     48625    207684         0     66647    630503   8251957    200.83    211.83  --
4418.66/1106.37	c  N dy  5129    758783     48625    207684         0     44777    630503   1391392    200.89    212.07  --
4471.79/1119.66	c  N dy  5261    778857     48625    207684         0     64851    630503   7310394    200.82    212.62  --
4529.32/1134.08	c  N dy  5398    798883     48625    207684         0     84875    630503  13233502    200.82    220.10  --
4548.92/1138.95	c  S st  5442    806118     48625    207684         0     49108    630503   2392650    200.81   no data  --
4550.09/1139.28	c  S st  5442    806622     48625    207684         0     49612    630503   2493524    200.81   no data  --
4550.49/1139.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
4550.49/1139.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4552.09/1139.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.75
4553.31/1140.05	c bin-w-bin subsume rem            0 bins  time:  0.06 s
4553.31/1140.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
4553.31/1140.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48625 time:  0.08 s
4553.69/1140.11	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
4586.45/1148.31	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 32.72 s
4586.45/1148.34	c vivif2 --  cl tried   207684 cl shrink        0 lits rem          0 time: 0.13
4586.45/1148.39	c vivif2 --  cl tried    49611 cl shrink        0 lits rem          0 time: 0.20
4588.07/1148.71	c asymm  cl-useful: 0/207684/207684 lits-rem:0 time: 1.26
4588.07/1148.72	c calculated reachability. Time: 0.01
4588.07/1148.73	c  N dy  5442    806622     48625    207684         0     49611    630503   2493048    200.81   no data  --
4643.16/1162.55	c  N dy  5585    826630     48625    207684         0     69619    630503   8544530    200.86    212.54  --
4702.71/1177.41	c  N dy  5721    846775     48625    207684         0     45763    630503   1053598    200.86    215.09  --
4756.62/1190.98	c  N dy  5856    866776     48625    207684         0     65762    630503   7076526    200.88    243.68  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174959-1304059954/watcher-3174959-1304059954 -o /tmp/evaluation-result-3174959-1304059954/solver-3174959-1304059954 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174959-1304059954.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.95 3.00 3.39 5/180 15780
/proc/meminfo: memFree=30351780/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 413 0 0 0 0 0 0 0 20 0 4 0 517595851 52465664 352 33554432000 4194304 4650419 140734867826336 18446744073709551615 253640915953 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 12809 352 303 112 0 7774 0
[pid=15780/tid=15781] ppid=15778 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 517595852 52465664 352 33554432000 4194304 4650419 140734867826336 18446744073709551615 47971982116786 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 517595852 52465664 352 33554432000 4194304 4650419 140734867826336 18446744073709551615 47971982116786 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 517595852 52465664 355 33554432000 4194304 4650419 140734867826336 18446744073709551615 47971982116786 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.034149 s]
/proc/loadavg: 1.95 3.00 3.39 5/180 15780
/proc/meminfo: memFree=30351780/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=51236 CPUtime=0.08 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 416 0 0 0 8 0 0 0 20 0 4 0 517595851 52465664 355 33554432000 4194304 4650419 140734867826336 18446744073709551615 47971982116377 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 12809 355 306 112 0 7774 0
[pid=15780/tid=15781] ppid=15778 vsize=51236 CPUtime=0.02 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1 0 0 0 2 0 0 0 21 0 4 0 517595852 52465664 355 33554432000 4194304 4650419 140734867826336 18446744073709551615 47971982116371 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=51236 CPUtime=0.02 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 0 0 0 0 2 0 0 0 21 0 4 0 517595852 52465664 355 33554432000 4194304 4650419 140734867826336 18446744073709551615 47971982116377 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 517595852 52465664 355 33554432000 4194304 4650419 140734867826336 18446744073709551615 47971982116786 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51236

[startup+0.118022 s]
/proc/loadavg: 1.95 3.00 3.39 5/180 15780
/proc/meminfo: memFree=30351780/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=328340 CPUtime=0.41 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 25074 0 0 0 37 4 0 0 18 0 4 0 517595851 336220160 20793 33554432000 4194304 4650419 140734867826336 18446744073709551615 253640902839 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 82184 23477 344 112 0 77149 0
[pid=15780/tid=15781] ppid=15778 vsize=331380 CPUtime=0.15 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) D 15778 15780 13999 0 -1 4202560 7100 0 0 0 14 1 0 0 18 0 4 0 517595852 339333120 24073 33554432000 4194304 4650419 140734867826336 18446744073709551615 253640556299 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=331380 CPUtime=0.18 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) D 15778 15780 13999 0 -1 4202560 7484 0 0 0 17 1 0 0 18 0 4 0 517595852 339333120 27143 33554432000 4194304 4650419 140734867826336 18446744073709551615 253640902839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=331380 CPUtime=0.15 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) D 15778 15780 13999 0 -1 4202560 7751 0 0 0 14 1 0 0 18 0 4 0 517595852 339333120 27143 33554432000 4194304 4650419 140734867826336 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 328340

[startup+0.608124 s]
/proc/loadavg: 1.95 3.00 3.39 5/180 15780
/proc/meminfo: memFree=30351780/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=369704 CPUtime=2.36 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) D 15778 15780 13999 0 -1 4202496 44297 0 0 0 228 8 0 0 18 0 4 0 517595851 378576896 36320 33554432000 4194304 4650419 140734867826336 18446744073709551615 4426459 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 92426 36320 377 112 0 87391 0
[pid=15780/tid=15781] ppid=15778 vsize=369704 CPUtime=0.59 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) D 15778 15780 13999 0 -1 4202560 11697 0 0 0 58 1 0 0 18 0 4 0 517595852 378576896 36320 33554432000 4194304 4650419 140734867826336 18446744073709551615 4426459 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=369704 CPUtime=0.59 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) D 15778 15780 13999 0 -1 4202560 11307 0 0 0 58 1 0 0 18 0 4 0 517595852 378576896 36320 33554432000 4194304 4650419 140734867826336 18446744073709551615 253640902839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=369704 CPUtime=0.56 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 8991 0 0 0 55 1 0 0 18 0 4 0 517595852 378576896 36320 33554432000 4194304 4650419 140734867826336 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 369704

[startup+0.700973 s]
/proc/loadavg: 1.95 3.00 3.39 5/180 15780
/proc/meminfo: memFree=30351780/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=379760 CPUtime=2.74 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 52835 0 0 0 264 10 0 0 18 0 4 0 517595851 388874240 44858 33554432000 4194304 4650419 140734867826336 18446744073709551615 253640524664 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 94940 44861 377 112 0 89905 0
[pid=15780/tid=15781] ppid=15778 vsize=379760 CPUtime=0.68 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 14538 0 0 0 66 2 0 0 18 0 4 0 517595852 388874240 44861 33554432000 4194304 4650419 140734867826336 18446744073709551615 253640520389 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=379760 CPUtime=0.68 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 14145 0 0 0 66 2 0 0 18 0 4 0 517595852 388874240 44865 33554432000 4194304 4650419 140734867826336 18446744073709551615 4426530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=379760 CPUtime=0.65 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 9034 0 0 0 64 1 0 0 18 0 4 0 517595852 388874240 44867 33554432000 4194304 4650419 140734867826336 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 379760

[startup+1.50683 s]
/proc/loadavg: 1.95 3.00 3.39 9/184 15784
/proc/meminfo: memFree=29977268/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=399548 CPUtime=5.96 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 68031 0 0 0 584 12 0 0 18 0 4 0 517595851 409137152 56969 33554432000 4194304 4650419 140734867826336 18446744073709551615 4506836 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 99887 56969 391 112 0 94852 0
[pid=15780/tid=15781] ppid=15778 vsize=399548 CPUtime=1.49 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 18868 0 0 0 147 2 0 0 19 0 4 0 517595852 409137152 56969 33554432000 4194304 4650419 140734867826336 18446744073709551615 4506836 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=399548 CPUtime=1.49 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 19429 0 0 0 146 3 0 0 19 0 4 0 517595852 409137152 56969 33554432000 4194304 4650419 140734867826336 18446744073709551615 4382574 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=399548 CPUtime=1.46 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 9405 0 0 0 144 2 0 0 20 0 4 0 517595852 409137152 56969 33554432000 4194304 4650419 140734867826336 18446744073709551615 4367401 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 399548

[startup+3.10054 s]
/proc/loadavg: 2.43 3.09 3.42 9/184 15784
/proc/meminfo: memFree=29953712/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=432368 CPUtime=12.32 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 72095 0 0 0 1219 13 0 0 22 0 4 0 517595851 442744832 61033 33554432000 4194304 4650419 140734867826336 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 108092 61034 391 112 0 103057 0
[pid=15780/tid=15781] ppid=15778 vsize=432368 CPUtime=3.08 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 19980 0 0 0 305 3 0 0 25 0 4 0 517595852 442744832 61034 33554432000 4194304 4650419 140734867826336 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=432368 CPUtime=3.08 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 20558 0 0 0 305 3 0 0 24 0 4 0 517595852 442744832 61034 33554432000 4194304 4650419 140734867826336 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=432368 CPUtime=3.04 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 10240 0 0 0 302 2 0 0 25 0 4 0 517595852 442744832 61034 33554432000 4194304 4650419 140734867826336 18446744073709551615 4333611 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) 432368

[startup+6.30095 s]
/proc/loadavg: 2.43 3.09 3.42 9/184 15784
/proc/meminfo: memFree=29889904/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=601700 CPUtime=25.11 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 79613 0 0 0 2495 16 0 0 25 0 4 0 517595851 616140800 68551 33554432000 4194304 4650419 140734867826336 18446744073709551615 4311310 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 150425 68551 391 112 0 145390 0
[pid=15780/tid=15781] ppid=15778 vsize=601700 CPUtime=6.28 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 21678 0 0 0 624 4 0 0 25 0 4 0 517595852 616140800 68551 33554432000 4194304 4650419 140734867826336 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=601700 CPUtime=6.28 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 22304 0 0 0 625 3 0 0 25 0 4 0 517595852 616140800 68551 33554432000 4194304 4650419 140734867826336 18446744073709551615 4306767 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=601700 CPUtime=6.22 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 12552 0 0 0 620 2 0 0 25 0 4 0 517595852 616140800 68551 33554432000 4194304 4650419 140734867826336 18446744073709551615 4367305 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 601700

[startup+12.7008 s]
/proc/loadavg: 3.29 3.25 3.47 9/184 15784
/proc/meminfo: memFree=29902204/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=419628 CPUtime=50.67 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 102053 0 0 0 5046 21 0 0 25 0 4 0 517595851 429699072 62332 33554432000 4194304 4650419 140734867826336 18446744073709551615 4333569 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 104907 62332 393 112 0 99872 0
[pid=15780/tid=15781] ppid=15778 vsize=419628 CPUtime=12.68 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 26903 0 0 0 1263 5 0 0 25 0 4 0 517595852 429699072 62332 33554432000 4194304 4650419 140734867826336 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=419628 CPUtime=12.68 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 27624 0 0 0 1264 4 0 0 25 0 4 0 517595852 429699072 62332 33554432000 4194304 4650419 140734867826336 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=419628 CPUtime=12.59 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 19148 0 0 0 1255 4 0 0 25 0 4 0 517595852 429699072 62333 33554432000 4194304 4650419 140734867826336 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 419628

[startup+25.5005 s]
/proc/loadavg: 4.01 3.40 3.51 9/184 15785
/proc/meminfo: memFree=29380416/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=814156 CPUtime=101.81 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 186844 0 0 0 10140 41 0 0 25 0 4 0 517595851 833695744 127925 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 203539 127925 395 112 0 198504 0
[pid=15780/tid=15781] ppid=15778 vsize=814156 CPUtime=25.48 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 64834 0 0 0 2537 11 0 0 25 0 4 0 517595852 833695744 127925 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=814156 CPUtime=25.49 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 37483 0 0 0 2542 7 0 0 25 0 4 0 517595852 833695744 127925 33554432000 4194304 4650419 140734867826336 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=814156 CPUtime=25.33 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 28755 0 0 0 2526 7 0 0 25 0 4 0 517595852 833695744 127925 33554432000 4194304 4650419 140734867826336 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 814156

[startup+51.1008 s]
/proc/loadavg: 5.43 3.79 3.64 9/184 15786
/proc/meminfo: memFree=29167084/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1062492 CPUtime=204.07 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 419486 0 0 0 20325 82 0 0 25 0 4 0 517595851 1087991808 167738 33554432000 4194304 4650419 140734867826336 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 265623 167738 395 112 0 260588 0
[pid=15780/tid=15781] ppid=15778 vsize=1062492 CPUtime=51.08 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 65159 0 0 0 5096 12 0 0 25 0 4 0 517595852 1087991808 167738 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476761 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1062492 CPUtime=51.09 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 62396 0 0 0 5094 15 0 0 25 0 4 0 517595852 1087991808 167739 33554432000 4194304 4650419 140734867826336 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1062492 CPUtime=50.8 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 62240 0 0 0 5064 16 0 0 25 0 4 0 517595852 1087991808 167739 33554432000 4194304 4650419 140734867826336 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 1062492

[startup+102.3 s]
/proc/loadavg: 6.94 4.45 3.87 9/184 15787
/proc/meminfo: memFree=28928444/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1105636 CPUtime=408.62 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 513945 0 0 0 40749 113 0 0 25 0 4 0 517595851 1132171264 184518 33554432000 4194304 4650419 140734867826336 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 276409 184518 395 112 0 271374 0
[pid=15780/tid=15781] ppid=15778 vsize=1105636 CPUtime=102.27 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 65500 0 0 0 10215 12 0 0 25 0 4 0 517595852 1132171264 184518 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1105636 CPUtime=102.28 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 99595 0 0 0 10202 26 0 0 25 0 4 0 517595852 1132171264 184518 33554432000 4194304 4650419 140734867826336 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1105636 CPUtime=101.74 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 90166 0 0 0 10149 25 0 0 25 0 4 0 517595852 1132171264 184518 33554432000 4194304 4650419 140734867826336 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 1105636

[startup+162.301 s]

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

[pid=15780] ppid=15778 vsize=1704396 CPUtime=2565.88 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 5295440 0 0 0 255680 908 0 0 25 0 4 0 517595851 1745301504 341965 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 426099 341965 395 112 0 421064 0
[pid=15780/tid=15781] ppid=15778 vsize=1704396 CPUtime=642.23 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 197883 0 0 0 64166 57 0 0 25 0 4 0 517595852 1745301504 341967 33554432000 4194304 4650419 140734867826336 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1704396 CPUtime=642.27 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 529679 0 0 0 64083 144 0 0 25 0 4 0 517595852 1745301504 341967 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1704396 CPUtime=639.05 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1717837 0 0 0 63615 290 0 0 25 0 4 0 517595852 1745301504 341967 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.88
Current children cumulated vsize (KiB) 1704396

[startup+702.3 s]
/proc/loadavg: 8.35 7.69 5.90 9/184 15815
/proc/meminfo: memFree=27660332/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1704396 CPUtime=2804.74 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 6788517 0 0 0 279363 1111 0 0 25 0 4 0 517595851 1745301504 345833 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 426099 345834 444 112 0 421064 0
[pid=15780/tid=15781] ppid=15778 vsize=1704396 CPUtime=702.23 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 218746 0 0 0 70155 68 0 0 25 0 4 0 517595852 1745301504 345834 33554432000 4194304 4650419 140734867826336 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1704396 CPUtime=702.28 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 880025 0 0 0 70036 192 0 0 25 0 4 0 517595852 1745301504 345834 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1704396 CPUtime=698.58 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 2368841 0 0 0 69484 374 0 0 25 0 4 0 517595852 1745301504 345834 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2804.74
Current children cumulated vsize (KiB) 1704396

[startup+762.3 s]
/proc/loadavg: 8.17 7.76 6.03 9/184 15816
/proc/meminfo: memFree=27680852/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1590404 CPUtime=3044.44 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 8042728 0 0 0 303162 1282 0 0 25 0 4 0 517595851 1628573696 341031 33554432000 4194304 4650419 140734867826336 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 397601 341031 395 112 0 392566 0
[pid=15780/tid=15781] ppid=15778 vsize=1590404 CPUtime=762.22 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 243677 0 0 0 76145 77 0 0 25 0 4 0 517595852 1628573696 341031 33554432000 4194304 4650419 140734867826336 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1590404 CPUtime=762.28 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1343618 0 0 0 75978 250 0 0 25 0 4 0 517595852 1628573696 341031 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1590404 CPUtime=758.28 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 3051573 0 0 0 75366 462 0 0 25 0 4 0 517595852 1628573696 341031 33554432000 4194304 4650419 140734867826336 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.44
Current children cumulated vsize (KiB) 1590404

[startup+822.3 s]
/proc/loadavg: 8.20 7.85 6.17 9/184 15818
/proc/meminfo: memFree=27681064/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1672208 CPUtime=3284.13 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 8159343 0 0 0 327092 1321 0 0 25 0 4 0 517595851 1712340992 345057 33554432000 4194304 4650419 140734867826336 18446744073709551615 4363613 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 418052 345057 395 112 0 413017 0
[pid=15780/tid=15781] ppid=15778 vsize=1672208 CPUtime=822.21 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 257743 0 0 0 82138 83 0 0 25 0 4 0 517595852 1712340992 345057 33554432000 4194304 4650419 140734867826336 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1672208 CPUtime=822.28 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1389769 0 0 0 81966 262 0 0 25 0 4 0 517595852 1712340992 345057 33554432000 4194304 4650419 140734867826336 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1672208 CPUtime=817.99 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 3077156 0 0 0 81326 473 0 0 25 0 4 0 517595852 1712340992 345057 33554432000 4194304 4650419 140734867826336 18446744073709551615 4329469 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.13
Current children cumulated vsize (KiB) 1672208

[startup+882.3 s]
/proc/loadavg: 8.08 7.87 6.28 9/184 15820
/proc/meminfo: memFree=27620384/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1768912 CPUtime=3523.83 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 8456350 0 0 0 351005 1378 0 0 25 0 4 0 517595851 1811365888 362211 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476756 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 442228 362211 395 112 0 437193 0
[pid=15780/tid=15781] ppid=15778 vsize=1768912 CPUtime=882.21 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 283078 0 0 0 88128 93 0 0 25 0 4 0 517595852 1811365888 362211 33554432000 4194304 4650419 140734867826336 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1768912 CPUtime=882.28 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1420735 0 0 0 87957 271 0 0 25 0 4 0 517595852 1811365888 362211 33554432000 4194304 4650419 140734867826336 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1768912 CPUtime=877.69 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 3104537 0 0 0 87286 483 0 0 25 0 4 0 517595852 1811365888 362211 33554432000 4194304 4650419 140734867826336 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.83
Current children cumulated vsize (KiB) 1768912

[startup+942.301 s]
/proc/loadavg: 8.20 7.94 6.41 9/184 15821
/proc/meminfo: memFree=27528460/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1834456 CPUtime=3763.53 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 8829879 0 0 0 374908 1445 0 0 25 0 4 0 517595851 1878482944 379702 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 458614 379702 395 112 0 453579 0
[pid=15780/tid=15781] ppid=15778 vsize=1834456 CPUtime=942.2 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 304026 0 0 0 94120 100 0 0 25 0 4 0 517595852 1878482944 379702 33554432000 4194304 4650419 140734867826336 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1834456 CPUtime=942.28 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1445252 0 0 0 93947 281 0 0 25 0 4 0 517595852 1878482944 379702 33554432000 4194304 4650419 140734867826336 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1834456 CPUtime=937.38 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 3133936 0 0 0 93245 493 0 0 25 0 4 0 517595852 1878482944 379702 33554432000 4194304 4650419 140734867826336 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.53
Current children cumulated vsize (KiB) 1834456

[startup+1002.3 s]
/proc/loadavg: 8.22 7.98 6.50 9/184 15823
/proc/meminfo: memFree=27464776/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1869080 CPUtime=4003.21 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 9012756 0 0 0 398828 1493 0 0 25 0 4 0 517595851 1913937920 378499 33554432000 4194304 4650419 140734867826336 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 467270 378499 395 112 0 462235 0
[pid=15780/tid=15781] ppid=15778 vsize=1869080 CPUtime=1002.19 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 333532 0 0 0 100108 111 0 0 25 0 4 0 517595852 1913937920 378499 33554432000 4194304 4650419 140734867826336 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1869080 CPUtime=1002.28 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1470120 0 0 0 99936 292 0 0 25 0 4 0 517595852 1913937920 378499 33554432000 4194304 4650419 140734867826336 18446744073709551615 4363644 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1869080 CPUtime=997.08 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 3158948 0 0 0 99206 502 0 0 25 0 4 0 517595852 1913937920 378499 33554432000 4194304 4650419 140734867826336 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.21
Current children cumulated vsize (KiB) 1869080

[startup+1062.3 s]
/proc/loadavg: 8.14 7.99 6.61 9/184 15824
/proc/meminfo: memFree=27420948/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1737992 CPUtime=4242.89 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 9113181 0 0 0 422759 1530 0 0 25 0 4 0 517595851 1779703808 363662 33554432000 4194304 4650419 140734867826336 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 434498 363662 395 112 0 429463 0
[pid=15780/tid=15781] ppid=15778 vsize=1737992 CPUtime=1062.19 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 357020 0 0 0 106099 120 0 0 25 0 4 0 517595852 1779703808 363662 33554432000 4194304 4650419 140734867826336 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1737992 CPUtime=1062.27 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1495505 0 0 0 105926 301 0 0 25 0 4 0 517595852 1779703808 363662 33554432000 4194304 4650419 140734867826336 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1737992 CPUtime=1056.78 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 3184264 0 0 0 105166 512 0 0 25 0 4 0 517595852 1779703808 363662 33554432000 4194304 4650419 140734867826336 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.89
Current children cumulated vsize (KiB) 1737992

[startup+1122.3 s]
/proc/loadavg: 8.16 8.02 6.70 9/184 15826
/proc/meminfo: memFree=27283136/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1869392 CPUtime=4482.6 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 9203670 0 0 0 446697 1563 0 0 25 0 4 0 517595851 1914257408 385300 33554432000 4194304 4650419 140734867826336 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 467348 385300 395 112 0 462313 0
[pid=15780/tid=15781] ppid=15778 vsize=1869392 CPUtime=1122.18 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 378013 0 0 0 112090 128 0 0 25 0 4 0 517595852 1914257408 385300 33554432000 4194304 4650419 140734867826336 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1869392 CPUtime=1122.28 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1520341 0 0 0 111917 311 0 0 25 0 4 0 517595852 1914257408 385300 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1869392 CPUtime=1116.48 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 3202502 0 0 0 111130 518 0 0 25 0 4 0 517595852 1914257408 385300 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.6
Current children cumulated vsize (KiB) 1869392

[startup+1182.3 s]
/proc/loadavg: 8.16 8.05 6.79 9/184 15828
/proc/meminfo: memFree=27382432/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1869392 CPUtime=4722.26 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 9239422 0 0 0 470647 1579 0 0 25 0 4 0 517595851 1914257408 378221 33554432000 4194304 4650419 140734867826336 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 467348 378221 395 112 0 462313 0
[pid=15780/tid=15781] ppid=15778 vsize=1869392 CPUtime=1182.18 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 390713 0 0 0 118084 134 0 0 25 0 4 0 517595852 1914257408 378221 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1869392 CPUtime=1182.28 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1520341 0 0 0 117917 311 0 0 25 0 4 0 517595852 1914257408 378221 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1869392 CPUtime=1176.16 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 3205016 0 0 0 117097 519 0 0 25 0 4 0 517595852 1914257408 378221 33554432000 4194304 4650419 140734867826336 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 1869392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.11 8.04 6.82 5/179 15829
/proc/meminfo: memFree=28819000/32951124 swapFree=67111364/67111528
[pid=15780] ppid=15778 vsize=1869392 CPUtime=4800.17 cores=0,2,4,6
/proc/15780/stat : 15780 (strangenight1-m) R 15778 15780 13999 0 -1 4202496 9255226 0 0 0 478431 1586 0 0 25 0 4 0 517595851 1914257408 394025 33554432000 4194304 4650419 140734867826336 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15780/statm: 467348 394025 395 112 0 462313 0
[pid=15780/tid=15781] ppid=15778 vsize=1869392 CPUtime=1201.68 cores=0,2,4,6
/proc/15780/task/15781/stat : 15781 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 390713 0 0 0 120034 134 0 0 25 0 4 0 517595852 1914257408 394025 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476738 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15780/tid=15782] ppid=15778 vsize=1869392 CPUtime=1201.79 cores=0,2,4,6
/proc/15780/task/15782/stat : 15782 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 1520341 0 0 0 119868 311 0 0 25 0 4 0 517595852 1914257408 394025 33554432000 4194304 4650419 140734867826336 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15780/tid=15783] ppid=15778 vsize=1869392 CPUtime=1195.56 cores=0,2,4,6
/proc/15780/task/15783/stat : 15783 (strangenight1-m) R 15778 15780 13999 0 -1 4202560 3212597 0 0 0 119034 522 0 0 25 0 4 0 517595852 1914257408 394025 33554432000 4194304 4650419 140734867826336 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1869392

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.87
CPU time (s): 4800.27
CPU user time (s): 4784.34
CPU system time (s): 15.9296
CPU usage (%): 399.399
Max. virtual memory (cumulated for all children) (KiB): 1869392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4784.34
system time used= 15.9296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9255230
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= 4103
involuntary context switches= 21376

runsolver used 1.85872 second user time and 4.21636 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 08:52:35
IDJOB=3174959
IDBENCH=82577
IDSOLVER=1588
FILE ID=node106/3174959-1304059954
RUNJOBID= node106-1304059954-15757
PBS_JOBID= 13170400
Free space on /tmp= 72148 MiB

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

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

MD5SUM BENCH= 0ad997eea0def3552b6d7e45aac8ca7c
RANDOM SEED=1402043709

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30352804 kB
Buffers:        230400 kB
Cached:        2046552 kB
SwapCached:         88 kB
Active:         822828 kB
Inactive:      1565596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30352804 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           20176 kB
Writeback:           4 kB
AnonPages:      111588 kB
Mapped:          15152 kB
Slab:           145636 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   325312 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= 72148 MiB
End job on node106 at 2011-04-29 09:12:38